summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/hardware/cache-tauros2.h
diff options
context:
space:
mode:
authorLennert Buytenhek2009-11-24 18:33:52 +0100
committerNicolas Pitre2009-11-27 21:43:21 +0100
commit573a652fb0da50a1ff3fca2c67afd81138fd06d2 (patch)
treee393e667f733db56447c266d45e58accf141894f /arch/arm/include/asm/hardware/cache-tauros2.h
parentARM: add base support for Marvell Dove SoC (diff)
downloadkernel-qcow2-linux-573a652fb0da50a1ff3fca2c67afd81138fd06d2.tar.gz
kernel-qcow2-linux-573a652fb0da50a1ff3fca2c67afd81138fd06d2.tar.xz
kernel-qcow2-linux-573a652fb0da50a1ff3fca2c67afd81138fd06d2.zip
ARM: Add Tauros2 L2 cache controller support
Support for the Tauros2 L2 cache controller as used with the PJ1 and PJ4 CPUs. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Saeed Bishara <saeed@marvell.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/include/asm/hardware/cache-tauros2.h')
-rw-r--r--arch/arm/include/asm/hardware/cache-tauros2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hardware/cache-tauros2.h b/arch/arm/include/asm/hardware/cache-tauros2.h
new file mode 100644
index 000000000000..538f17ca905b
--- /dev/null
+++ b/arch/arm/include/asm/hardware/cache-tauros2.h
@@ -0,0 +1,11 @@
+/*
+ * arch/arm/include/asm/hardware/cache-tauros2.h
+ *
+ * Copyright (C) 2008 Marvell Semiconductor
+ *
+ * This file is licensed under the terms of the GNU General Public
+ * License version 2. This program is licensed "as is" without any
+ * warranty of any kind, whether express or implied.
+ */
+
+extern void __init tauros2_init(void);