https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 28f7f624439eadeaa43999f748d6b609eb55e2d1 authored by Jason Self on 13 August 2010, 20:45:11 UTC
Linux-libre 2.6.35.2-gnu1
Tip revision: 28f7f62
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