diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-02 14:10:01 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-20 10:08:28 -0500 |
commit | aec66ba1f75c2030cf66f5a21d1c81aa83aa5d95 (patch) | |
tree | 355074ac8fb90a7261557f5568cdf407e2deaeb8 /arch/arm/mach-tegra | |
parent | fd778f0ad7dda1108281410ddca0d07936256d3c (diff) |
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')
-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) | |||
148 | for (i = 0; i < max_cpus; i++) | 148 | for (i = 0; i < max_cpus; i++) |
149 | set_cpu_present(i, true); | 149 | set_cpu_present(i, true); |
150 | 150 | ||
151 | /* | ||
152 | * Initialise the SCU if there are more than one CPU and let | ||
153 | * them know where to start. Note that, on modern versions of | ||
154 | * MILO, the "poke" doesn't actually do anything until each | ||
155 | * individual core is sent a soft interrupt to get it out of | ||
156 | * WFI | ||
157 | */ | ||
158 | if (max_cpus > 1) { | 151 | if (max_cpus > 1) { |
159 | percpu_timer_setup(); | 152 | percpu_timer_setup(); |
160 | scu_enable(scu_base); | 153 | scu_enable(scu_base); |