https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 83ac2d5960f6522a7a1f4dcf434dd6e138a88617 authored by Jason Self on 29 January 2016, 05:50:00 UTC
Linux-libre 3.10.96-gnu
Tip revision: 83ac2d5
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