https://github.com/torvalds/linux
Raw File
Tip revision: 41ef2d5678d83af030125550329b6ae8b74618fa authored by Linus Torvalds on 15 April 2013, 00:45:16 UTC
Linux 3.9-rc7
Tip revision: 41ef2d5
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