summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/platsmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/platsmp.c')
-rw-r--r--arch/arm/mach-tegra/platsmp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c
index ac33ef5c4254..5ac06c181cc6 100644
--- a/arch/arm/mach-tegra/platsmp.c
+++ b/arch/arm/mach-tegra/platsmp.c
@@ -261,8 +261,10 @@ void __init smp_init_cpus(void)
here. If there is more than one CPU, we must wait until after
the cpu_present_mask has been updated with all present CPUs in
platform_smp_prepare_cpus() before initializing the reset handler. */
- if (ncores == 1)
+ if (ncores == 1) {
tegra_cpu_reset_handler_init();
+ tegra_all_cpus_booted = true;
+ }
set_smp_cross_call(gic_raise_softirq);
}