https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 1c388920cae6065cd9ad565f08438d22902b75de authored by Jason Self on 14 September 2013, 13:55:20 UTC
Linux-libre 3.10.12-gnu
Tip revision: 1c38892
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