ust: first try at blocking support for consumer
[ust.git] / share / kernelcompat.h
index 052f7688bb9f36d804529eca4ca65176fc04c428..b7c119bfcdddea0586e6faa01ab8b2525eb32eef 100644 (file)
@@ -71,14 +71,6 @@ static inline long IS_ERR(const void *ptr)
 
 #define mutex_unlock(m) pthread_mutex_unlock(m)
 
-/* SPINLOCKS */
-
-typedef int spinlock_t;
-
-#define spin_lock(a) /* nothing */
-#define spin_unlock(a) /* nothing */
-#define spin_lock_init(a) /* nothing */
-
 
 /* MALLOCATION */
 
This page took 0.024116 seconds and 4 git commands to generate.