diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-08-03 10:26:52 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-06 11:11:44 +0300 |
commit | c00def71efd919e8ae835a25f4f4c80a4b2d36d3 (patch) | |
tree | dce6624d58ce9e009a797a9c4965177e19c37178 /arch/arm/mach-ux500/cpu-db8500.c | |
parent | 58e00a6c92d41e302880cae71b0f94b7a4d40c5d (diff) | |
download | linux-c00def71efd919e8ae835a25f4f4c80a4b2d36d3.tar.xz |
ARM: ux500: simplify secondary CPU boot
This removes a lot of ancient cruft from the Ux500 SMP boot.
Instead of the pen grab/release, just point the ROM to
secondary_boot() and start the second CPU there, then send
the IPI.
Use our own SMP enable method. This enables us to remove the
last static mapping and get both CPUs booting properly.
Tested this and it just works.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 16913800bbf9..ba708ce08616 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -154,7 +154,6 @@ static const char * stericsson_dt_platform_compat[] = { }; DT_MACHINE_START(U8500_DT, "ST-Ericsson Ux5x0 platform (Device Tree Support)") - .smp = smp_ops(ux500_smp_ops), .map_io = u8500_map_io, .init_irq = ux500_init_irq, /* we re-use nomadik timer here */ |