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:57 -0400 |
commit | 06915321e7935d2eb778f0a7f333b2603c1404df (patch) | |
tree | edcab1162a19d1163c00134f2d2c163e71a566ba /arch/arm/mach-omap2/board-4430sdp.c | |
parent | 3695adc2fdaf3ad1881e0dd3e3422e5e141abd7d (diff) |
ARM: SoC: convert OMAP4 to SMP operations
Convert OMAP4 to use struct smp_operations to provide its SMP
and CPU hotplug operations.
Tested on both Panda and IGEPv2 (MULTI_OMAP kernel)
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index ad8a7d94afcd..0e63d80ff9c7 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -909,6 +909,7 @@ static void __init omap_4430sdp_init(void) | |||
909 | MACHINE_START(OMAP_4430SDP, "OMAP4430 4430SDP board") | 909 | MACHINE_START(OMAP_4430SDP, "OMAP4430 4430SDP board") |
910 | /* Maintainer: Santosh Shilimkar - Texas Instruments Inc */ | 910 | /* Maintainer: Santosh Shilimkar - Texas Instruments Inc */ |
911 | .atag_offset = 0x100, | 911 | .atag_offset = 0x100, |
912 | .smp = smp_ops(omap4_smp_ops), | ||
912 | .reserve = omap_reserve, | 913 | .reserve = omap_reserve, |
913 | .map_io = omap4_map_io, | 914 | .map_io = omap4_map_io, |
914 | .init_early = omap4430_init_early, | 915 | .init_early = omap4430_init_early, |