Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: adee14b2e1557d0a8559f29681732d05a89dfc35 authored by Linus Torvalds on 09 September 2008, 23:27:49 UTC
Linux 2.6.27-rc6
Tip revision: adee14b
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