diff options
author | Steve Capper <steve.capper@arm.com> | 2012-12-06 05:44:59 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-12-10 19:19:30 -0500 |
commit | 810883f05982e7c27ea20f9ec31c6ee926d00ea1 (patch) | |
tree | 0fce8ca96522f97b7302a9c8c7e5142a8d86d113 /arch/arm/mach-realview/realview_eb.c | |
parent | 1ecec696c8bb9b4cefb09495d81d081d1c81b578 (diff) |
ARM: 7594/1: Add .smp entry for REALVIEW_EB
The REALVIEW EB board can host tiles with multiple cores thus needs
to be able to initialise SMP. There is, however, no .smp entry in
the MACHINE_START struct for REALVIEW_EB.
This patch adds the appropriate .smp entry to this struct.
Signed-off-by: Steve Capper <steve.capper@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-realview/realview_eb.c')
-rw-r--r-- | arch/arm/mach-realview/realview_eb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/realview_eb.c b/arch/arm/mach-realview/realview_eb.c index d3b3cd216d64..28511d43637a 100644 --- a/arch/arm/mach-realview/realview_eb.c +++ b/arch/arm/mach-realview/realview_eb.c | |||
@@ -467,6 +467,7 @@ static void __init realview_eb_init(void) | |||
467 | MACHINE_START(REALVIEW_EB, "ARM-RealView EB") | 467 | MACHINE_START(REALVIEW_EB, "ARM-RealView EB") |
468 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 468 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
469 | .atag_offset = 0x100, | 469 | .atag_offset = 0x100, |
470 | .smp = smp_ops(realview_smp_ops), | ||
470 | .fixup = realview_fixup, | 471 | .fixup = realview_fixup, |
471 | .map_io = realview_eb_map_io, | 472 | .map_io = realview_eb_map_io, |
472 | .init_early = realview_init_early, | 473 | .init_early = realview_init_early, |