summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/mutex.h
diff options
context:
space:
mode:
authorJames Bottomley <JBottomley@Parallels.com>2012-09-28 11:54:48 +0100
committerJames Bottomley <JBottomley@Parallels.com>2012-10-14 11:35:45 +0100
commit7d55a5dd61f794df89a733b1b8223cdbffe8897c (patch)
tree3e764aa73d7d8896e17cb837a001568253b225eb /arch/parisc/include/asm/mutex.h
parent3d6ee36dfb2d40c72071f68173f67c728a0e19f3 (diff)
[PARISC] asm: redo generic includes
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'arch/parisc/include/asm/mutex.h')
-rw-r--r--arch/parisc/include/asm/mutex.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/parisc/include/asm/mutex.h b/arch/parisc/include/asm/mutex.h
deleted file mode 100644
index 458c1f7fbc18..000000000000
--- a/arch/parisc/include/asm/mutex.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * Pull in the generic implementation for the mutex fastpath.
- *
- * TODO: implement optimized primitives instead, or leave the generic
- * implementation in place, or pick the atomic_xchg() based generic
- * implementation. (see asm-generic/mutex-xchg.h for details)
- */
-
-#include <asm-generic/mutex-dec.h>