https://github.com/torvalds/linux
Raw File
Tip revision: 64f1607ffbbc772685733ea63e6f7f4183df1b16 authored by Linus Torvalds on 13 August 2009, 22:43:34 UTC
Linux 2.6.31-rc6
Tip revision: 64f1607
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