diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-09-08 14:15:22 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-14 11:15:00 +0200 |
commit | 2d8b21d95f44989e09fd9b36ca9f061ad5bc567e (patch) | |
tree | a869e842cea511480f5cd8ecdedb109aa8c16072 /arch/arm/mach-spear13xx/spear1340.c | |
parent | ARM: SoC: convert imx6q to SMP operations (diff) | |
download | linux-2d8b21d95f44989e09fd9b36ca9f061ad5bc567e.tar.xz 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/spear1340.c')
-rw-r--r-- | arch/arm/mach-spear13xx/spear1340.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-spear13xx/spear1340.c b/arch/arm/mach-spear13xx/spear1340.c index 81e4ed76ad06..081014fb314a 100644 --- a/arch/arm/mach-spear13xx/spear1340.c +++ b/arch/arm/mach-spear13xx/spear1340.c @@ -182,6 +182,7 @@ static const char * const spear1340_dt_board_compat[] = { }; DT_MACHINE_START(SPEAR1340_DT, "ST SPEAr1340 SoC with Flattened Device Tree") + .smp = smp_ops(spear13xx_smp_ops), .map_io = spear13xx_map_io, .init_irq = spear13xx_dt_init_irq, .handle_irq = gic_handle_irq, |