swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 9e895ace5d82df8929b16f58e9f515f6d54ab82d authored by Linus Torvalds on 22 June 2013, 19:47:31 UTC
Linux 3.10-rc7
Tip revision: 9e895ac
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