swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: fe82dcec644244676d55a1384c958d5f67979adb authored by Linus Torvalds on 28 September 2014, 21:29:07 UTC
Linux 3.17-rc7
Tip revision: fe82dce
locking-selftest-spin.h
#undef LOCK
#define LOCK		L

#undef UNLOCK
#define UNLOCK		U

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		SI
back to top