aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra')
-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)
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);