summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/mutex.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-07-27 17:09:02 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-27 17:09:02 -0700
commit5cfc17766685c79d1a348bce24af9c9dbc0d8d67 (patch)
treefa45f52df9ef673ae04894c00d8753f2845cb94f /arch/sparc/include/asm/mutex.h
parentc9272c4f9fbe2087beb3392f526dc5b19efaa56b (diff)
parenta1bd021e56fff91cc9354ffb232fd9f0f577099c (diff)
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/sparc
Diffstat (limited to 'arch/sparc/include/asm/mutex.h')
-rw-r--r--arch/sparc/include/asm/mutex.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/mutex.h b/arch/sparc/include/asm/mutex.h
new file mode 100644
index 000000000000..458c1f7fbc18
--- /dev/null
+++ b/arch/sparc/include/asm/mutex.h
@@ -0,0 +1,9 @@
+/*
+ * 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>