[PATCH] mutex subsystem, add include/asm-arm/mutex.h
authorNicolas Pitre <nico@cam.org>
Mon, 9 Jan 2006 23:59:18 +0000 (15:59 -0800)
committerIngo Molnar <mingo@hera.kernel.org>
Mon, 9 Jan 2006 23:59:18 +0000 (15:59 -0800)
commit823d0f4f67252115212eb86caba14d5795bbe643
tree24ec0f205c7a78f74612f32fa0ed228b0657ca40
parentb8aa0361e434f8d9cbe9bb34525af1e8721396d8
[PATCH] mutex subsystem, add include/asm-arm/mutex.h

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>
include/asm-arm/mutex.h [new file with mode: 0644]