https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8cc5a3a9d31d63470eee193bf3bef4229efabce0 authored by Jason Self on 05 October 2009, 15:38:21 UTC
Linux-libre 2.6.30.9-gnu1
Tip revision: 8cc5a3a
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