https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 488712eff0470e7318d2b489813a0a3cf3d16d74 authored by Jason Self on 21 May 2011, 22:14:04 UTC
Linux-libre 2.6.38.7-gnu1
Tip revision: 488712e
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