diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-02 19:10:01 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-20 15:08:28 +0000 |
commit | aec66ba1f75c2030cf66f5a21d1c81aa83aa5d95 (patch) | |
tree | 355074ac8fb90a7261557f5568cdf407e2deaeb8 /arch/arm/mach-tegra/platsmp.c | |
parent | fd778f0ad7dda1108281410ddca0d07936256d3c (diff) | |
download | blackbird-obmc-linux-aec66ba1f75c2030cf66f5a21d1c81aa83aa5d95.tar.gz blackbird-obmc-linux-aec66ba1f75c2030cf66f5a21d1c81aa83aa5d95.zip |
ARM: SMP: get rid of references to poke_milo and Milo
Milo is an old boot loader, which is no longer relevant for these
platforms. References to it are misleading. Move the code out
of poke_milo(), and remove references to milo in comments.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-tegra/platsmp.c')
-rw-r--r-- | arch/arm/mach-tegra/platsmp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c index 5b194dd815a8..66d0634e7a96 100644 --- a/arch/arm/mach-tegra/platsmp.c +++ b/arch/arm/mach-tegra/platsmp.c @@ -148,13 +148,6 @@ void __init smp_prepare_cpus(unsigned int max_cpus) for (i = 0; i < max_cpus; i++) set_cpu_present(i, true); - /* - * Initialise the SCU if there are more than one CPU and let - * them know where to start. Note that, on modern versions of - * MILO, the "poke" doesn't actually do anything until each - * individual core is sent a soft interrupt to get it out of - * WFI - */ if (max_cpus > 1) { percpu_timer_setup(); scu_enable(scu_base); |