diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-10-24 06:24:47 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-11-01 08:02:28 -0400 |
commit | f44c5fd12d8152e45585905422d03427754e1907 (patch) | |
tree | 2def1f673afcfc1da6d0eca03e4a7544531a7ff2 /arch/arm/mach-ux500/cpu-db8500.c | |
parent | 5c6cfcf5542b64dbc4f224a3575e231848f40c5f (diff) |
ARM: ux500: Convert DT_MACHINE_START to use SMP operations
The Device Tree machine description for the ux5x0 was moved
recently and as a consequence missed the addition of SMP
operations. Without this patch SMP doesn't work and only one
CPU is present after booting.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index c65e7e3ce439..4a0c40abf2ab 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c | |||
@@ -339,6 +339,7 @@ static const char * stericsson_dt_platform_compat[] = { | |||
339 | }; | 339 | }; |
340 | 340 | ||
341 | DT_MACHINE_START(U8500_DT, "ST-Ericsson Ux5x0 platform (Device Tree Support)") | 341 | DT_MACHINE_START(U8500_DT, "ST-Ericsson Ux5x0 platform (Device Tree Support)") |
342 | .smp = smp_ops(ux500_smp_ops), | ||
342 | .map_io = u8500_map_io, | 343 | .map_io = u8500_map_io, |
343 | .init_irq = ux500_init_irq, | 344 | .init_irq = ux500_init_irq, |
344 | /* we re-use nomadik timer here */ | 345 | /* we re-use nomadik timer here */ |