[PATCH] mutex subsystem, add default include/asm-*/mutex.h files
add the per-arch mutex.h files for the remaining architectures. We default to asm-generic/mutex-dec.h, because that performs quite well on most arches. Arches that do not have atomic decrement/increment instructions should switch to mutex-xchg.h instead. Arches can also provide their own implementation for the mutex fastpath primitives. Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Showing
include/asm-alpha/mutex.h
0 → 100644
include/asm-cris/mutex.h
0 → 100644
include/asm-frv/mutex.h
0 → 100644
include/asm-h8300/mutex.h
0 → 100644
include/asm-ia64/mutex.h
0 → 100644
include/asm-m32r/mutex.h
0 → 100644
include/asm-m68k/mutex.h
0 → 100644
include/asm-mips/mutex.h
0 → 100644
include/asm-parisc/mutex.h
0 → 100644
include/asm-powerpc/mutex.h
0 → 100644
include/asm-s390/mutex.h
0 → 100644
include/asm-sh/mutex.h
0 → 100644
include/asm-sh64/mutex.h
0 → 100644
include/asm-sparc/mutex.h
0 → 100644
include/asm-sparc64/mutex.h
0 → 100644
include/asm-um/mutex.h
0 → 100644
include/asm-v850/mutex.h
0 → 100644
include/asm-xtensa/mutex.h
0 → 100644
Please register or sign in to comment