https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b5d21bfb591e616c50a93b595849cf049555d2db authored by Jason Self on 25 January 2012, 22:21:50 UTC
Linux-libre 2.6.32.55-gnu1
Tip revision: b5d21bf
locking-selftest-mutex.h
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top