summaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/core.h
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2012-09-05 14:36:18 +0000
committerArnd Bergmann <arnd@arndb.de>2012-09-14 11:14:59 +0200
commit7ad71b61e744e7c565eec9e7aa734b0c42d93b16 (patch)
tree9698f530932cac6db43006c11b06eda02b3a03c8 /arch/arm/mach-highbank/core.h
parenta62580e58065dc00430b16ced6e7a00837b8323f (diff)
ARM: SoC: convert highbank to SMP operations
Convert the highbank platform to use struct smp_operations to provide its SMP and CPU hotplug operations. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-highbank/core.h')
-rw-r--r--arch/arm/mach-highbank/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/core.h b/arch/arm/mach-highbank/core.h
index 141ed5171826..598ee7882b03 100644
--- a/arch/arm/mach-highbank/core.h
+++ b/arch/arm/mach-highbank/core.h
@@ -9,3 +9,6 @@ static inline void highbank_lluart_map_io(void) {}
#endif
extern void highbank_smc1(int fn, int arg);
+extern void highbank_cpu_die(unsigned int cpu);
+
+extern struct smp_operations highbank_smp_ops;