swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: e816b57a337ea3b755de72bec38c10c864f23015 authored by Linus Torvalds on 16 April 2012, 01:28:29 UTC
Linux 3.4-rc3
Tip revision: e816b57
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