commit | 823d0f4f67252115212eb86caba14d5795bbe643 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Mon Jan 09 15:59:18 2006 -0800 |
committer | Ingo Molnar <mingo@hera.kernel.org> | Mon Jan 09 15:59:18 2006 -0800 |
tree | 24ec0f205c7a78f74612f32fa0ed228b0657ca40 | |
parent | b8aa0361e434f8d9cbe9bb34525af1e8721396d8 [diff] |
[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>