aboutsummaryrefslogtreecommitdiff
path: root/arch/tile/include/asm/mutex.h
diff options
context:
space:
mode:
authorChris Metcalf <[email protected]>2010-05-28 23:09:12 -0400
committerChris Metcalf <[email protected]>2010-06-04 17:11:18 -0400
commit867e359b97c970a60626d5d76bbe2a8fadbf38fb (patch)
treec5ccbb7f5172e8555977119608ecb1eee3cc37e3 /arch/tile/include/asm/mutex.h
parent5360bd776f73d0a7da571d72a09a03f237e99900 (diff)
arch/tile: core support for Tilera 32-bit chips.
This change is the core kernel support for TILEPro and TILE64 chips. No driver support (except the console driver) is included yet. This includes the relevant Linux headers in asm/; the low-level low-level "Tile architecture" headers in arch/, which are shared with the hypervisor, etc., and are build-system agnostic; and the relevant hypervisor headers in hv/. Signed-off-by: Chris Metcalf <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: FUJITA Tomonori <[email protected]> Reviewed-by: Paul Mundt <[email protected]>
Diffstat (limited to 'arch/tile/include/asm/mutex.h')
-rw-r--r--arch/tile/include/asm/mutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/include/asm/mutex.h b/arch/tile/include/asm/mutex.h
new file mode 100644
index 000000000000..ff6101aa2c71
--- /dev/null
+++ b/arch/tile/include/asm/mutex.h
@@ -0,0 +1 @@
+#include <asm-generic/mutex-dec.h>