swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 188e1f81ba31af1b65a2f3611df4c670b092bbac authored by Linus Torvalds on 17 June 2007, 02:09:12 UTC
Linux 2.6.22-rc5
Tip revision: 188e1f8
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