swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f authored by Linus Torvalds on 12 September 2015, 23:35:56 UTC
Linux 4.3-rc1
Tip revision: 6ff33f3
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