https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 4709945c99e092d2122a9c18ddd441c10cbc42c2 authored by Jason Self on 05 October 2013, 14:01:07 UTC
Linux-libre 3.0.99-gnu1
Tip revision: 4709945
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