diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2012-09-05 10:36:18 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-14 05:14:59 -0400 |
commit | 7ad71b61e744e7c565eec9e7aa734b0c42d93b16 (patch) | |
tree | 9698f530932cac6db43006c11b06eda02b3a03c8 /arch/arm/mach-highbank/highbank.c | |
parent | a62580e58065dc00430b16ced6e7a00837b8323f (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/highbank.c')
-rw-r--r-- | arch/arm/mach-highbank/highbank.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/highbank.c b/arch/arm/mach-highbank/highbank.c index d75b0a78d88a..709bd72204b9 100644 --- a/arch/arm/mach-highbank/highbank.c +++ b/arch/arm/mach-highbank/highbank.c | |||
@@ -162,6 +162,7 @@ static const char *highbank_match[] __initconst = { | |||
162 | }; | 162 | }; |
163 | 163 | ||
164 | DT_MACHINE_START(HIGHBANK, "Highbank") | 164 | DT_MACHINE_START(HIGHBANK, "Highbank") |
165 | .smp = smp_ops(highbank_smp_ops), | ||
165 | .map_io = highbank_map_io, | 166 | .map_io = highbank_map_io, |
166 | .init_irq = highbank_init_irq, | 167 | .init_irq = highbank_init_irq, |
167 | .timer = &highbank_timer, | 168 | .timer = &highbank_timer, |