https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e79f2cb5fa9da501de3a0d10b6fcd43e655a66e6 authored by Jason Self on 26 February 2016, 13:08:40 UTC
Linux-libre 3.12.55-gnu
Tip revision: e79f2cb
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