https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b9d4e746fa323b960451207546c2c7d8b555f6ce authored by Jason Self on 07 August 2014, 21:42:45 UTC
Linux-libre 3.10.52-gnu
Tip revision: b9d4e74
locking-selftest-mutex.h
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top