X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=share%2Fkernelcompat.h;h=b7c119bfcdddea0586e6faa01ab8b2525eb32eef;hb=46ef48cdf8b64608a4f679500bc34293b9f0b649;hp=052f7688bb9f36d804529eca4ca65176fc04c428;hpb=688760ef257bee85e3841e0d27ecf4e2f921ef00;p=ust.git diff --git a/share/kernelcompat.h b/share/kernelcompat.h index 052f768..b7c119b 100644 --- a/share/kernelcompat.h +++ b/share/kernelcompat.h @@ -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 */