summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/platsmp.c
diff options
context:
space:
mode:
authorRussell King2010-12-02 20:10:01 +0100
committerRussell King2010-12-20 16:08:28 +0100
commitaec66ba1f75c2030cf66f5a21d1c81aa83aa5d95 (patch)
tree355074ac8fb90a7261557f5568cdf407e2deaeb8 /arch/arm/mach-tegra/platsmp.c
parentARM: SMP: get rid of get_core_count() (diff)
downloadkernel-qcow2-linux-aec66ba1f75c2030cf66f5a21d1c81aa83aa5d95.tar.gz
kernel-qcow2-linux-aec66ba1f75c2030cf66f5a21d1c81aa83aa5d95.tar.xz
kernel-qcow2-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.c7
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);