aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/mutex.h
AgeCommit message (Collapse)Author
2006-01-09[PATCH] mutex subsystem, add include/asm-arm/mutex.hNicolas Pitre
add the ARM version of mutex.h, which is optimized in assembly for ARMv6, and uses the xchg implementation on pre-ARMv6. Signed-off-by: Ingo Molnar <mingo@elte.hu>