aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/smp_scu.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-05-16 11:51:14 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-05-17 19:00:37 +0100
commita8cbcd92bd4bf893085eddf7f58e63ea98503d94 (patch)
tree7798cd1487362208793632f4ff0b4a6f579eb0ec /arch/arm/include/asm/smp_scu.h
parent[ARM] smp: SCU is used on non-realview platforms (diff)
downloadlinux-dev-a8cbcd92bd4bf893085eddf7f58e63ea98503d94.tar.xz
linux-dev-a8cbcd92bd4bf893085eddf7f58e63ea98503d94.zip
[ARM] smp: separate SCU support code from realview
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/smp_scu.h')
-rw-r--r--arch/arm/include/asm/smp_scu.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/include/asm/smp_scu.h b/arch/arm/include/asm/smp_scu.h
index d55802d645af..2376835015d6 100644
--- a/arch/arm/include/asm/smp_scu.h
+++ b/arch/arm/include/asm/smp_scu.h
@@ -1,13 +1,7 @@
#ifndef __ASMARM_ARCH_SCU_H
#define __ASMARM_ARCH_SCU_H
-/*
- * SCU registers
- */
-#define SCU_CTRL 0x00
-#define SCU_CONFIG 0x04
-#define SCU_CPU_STATUS 0x08
-#define SCU_INVALIDATE 0x0c
-#define SCU_FPGA_REVISION 0x10
+unsigned int scu_get_core_count(void __iomem *);
+void scu_enable(void __iomem *);
#endif