diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2011-09-08 16:15:22 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-13 17:34:50 +0400 |
commit | 3695adc2fdaf3ad1881e0dd3e3422e5e141abd7d (patch) | |
tree | b8bef89c2d2f7527a78b2241e7729c6858927012 /arch/arm/mach-vexpress/core.h | |
parent | abcee5fb0dfbb248d883a2f6bdb4820abe3ac524 (diff) | |
download | linux-3695adc2fdaf3ad1881e0dd3e3422e5e141abd7d.tar.xz |
ARM: SoC: convert VExpress/RealView to SMP operations
Convert both Realview and VExpress to use struct smp_operations to
provide their SMP and CPU hotplug operation.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-vexpress/core.h')
-rw-r--r-- | arch/arm/mach-vexpress/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/core.h b/arch/arm/mach-vexpress/core.h index a3a4980770bd..f134cd4a85f1 100644 --- a/arch/arm/mach-vexpress/core.h +++ b/arch/arm/mach-vexpress/core.h @@ -5,3 +5,7 @@ #define V2T_PERIPH 0xf8200000 void vexpress_dt_smp_map_io(void); + +extern struct smp_operations vexpress_smp_ops; + +extern void vexpress_cpu_die(unsigned int cpu); |