diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-09-08 13:15:22 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-14 11:15:00 +0200 |
commit | 2d8b21d95f44989e09fd9b36ca9f061ad5bc567e (patch) | |
tree | a869e842cea511480f5cd8ecdedb109aa8c16072 /arch/arm/mach-spear13xx/spear1310.c | |
parent | e4f2d97920f2256e5af035281e8ac35030493bf8 (diff) | |
download | blackbird-obmc-linux-2d8b21d95f44989e09fd9b36ca9f061ad5bc567e.tar.gz blackbird-obmc-linux-2d8b21d95f44989e09fd9b36ca9f061ad5bc567e.zip |
ARM: SoC: convert spear13xx to SMP operations
Convert the spear13xx 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: Nicolas Pitre <nico@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Shiraz Hashim <shiraz.hashim@st.com>
Cc: spear-devel@list.st.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-spear13xx/spear1310.c')
-rw-r--r-- | arch/arm/mach-spear13xx/spear1310.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-spear13xx/spear1310.c b/arch/arm/mach-spear13xx/spear1310.c index 732d29bc7330..9fbbfc5650aa 100644 --- a/arch/arm/mach-spear13xx/spear1310.c +++ b/arch/arm/mach-spear13xx/spear1310.c @@ -78,6 +78,7 @@ static void __init spear1310_map_io(void) } DT_MACHINE_START(SPEAR1310_DT, "ST SPEAr1310 SoC with Flattened Device Tree") + .smp = smp_ops(spear13xx_smp_ops), .map_io = spear1310_map_io, .init_irq = spear13xx_dt_init_irq, .handle_irq = gic_handle_irq, |