swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 120bda20c6f64b32e8bfbdd7b34feafaa5f5332e authored by Linus Torvalds on 06 July 2006, 04:09:49 UTC
Linux 2.6.18-rc1
Tip revision: 120bda2
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