X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=share%2Fkernelcompat.h;h=b7c119bfcdddea0586e6faa01ab8b2525eb32eef;hb=46ef48cdf8b64608a4f679500bc34293b9f0b649;hp=052f7688bb9f36d804529eca4ca65176fc04c428;hpb=1ae7f0744f280e97ab1a2adc548b8fd9f2cb21a4;p=lttng-ust.git diff --git a/share/kernelcompat.h b/share/kernelcompat.h index 052f7688..b7c119bf 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 */