Revision e41698894d3fe64f17fe411e3e5ef3c2537bf2e6 authored by Russell King on 26 February 2007, 21:07:30 UTC, committed by Russell King on 26 February 2007, 21:07:30 UTC
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 61fde51
Raw File
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