diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2011-09-08 08:15:22 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-13 09:34:50 -0400 |
commit | 3695adc2fdaf3ad1881e0dd3e3422e5e141abd7d (patch) | |
tree | b8bef89c2d2f7527a78b2241e7729c6858927012 /arch/arm/mach-realview/realview_pbx.c | |
parent | abcee5fb0dfbb248d883a2f6bdb4820abe3ac524 (diff) |
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-realview/realview_pbx.c')
-rw-r--r-- | arch/arm/mach-realview/realview_pbx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/realview_pbx.c b/arch/arm/mach-realview/realview_pbx.c index 3f2f605624e9..2cd4f157c6fc 100644 --- a/arch/arm/mach-realview/realview_pbx.c +++ b/arch/arm/mach-realview/realview_pbx.c | |||
@@ -403,6 +403,7 @@ static void __init realview_pbx_init(void) | |||
403 | MACHINE_START(REALVIEW_PBX, "ARM-RealView PBX") | 403 | MACHINE_START(REALVIEW_PBX, "ARM-RealView PBX") |
404 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 404 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
405 | .atag_offset = 0x100, | 405 | .atag_offset = 0x100, |
406 | .smp = smp_ops(realview_smp_ops), | ||
406 | .fixup = realview_pbx_fixup, | 407 | .fixup = realview_pbx_fixup, |
407 | .map_io = realview_pbx_map_io, | 408 | .map_io = realview_pbx_map_io, |
408 | .init_early = realview_init_early, | 409 | .init_early = realview_init_early, |