diff options
Diffstat (limited to 'arch/arm/mach-exynos/platsmp.c')
-rw-r--r-- | arch/arm/mach-exynos/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c index 8d57e4223bdb..f93d820ecab5 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c | |||
@@ -134,7 +134,7 @@ static int __cpuinit exynos_boot_secondary(unsigned int cpu, struct task_struct | |||
134 | 134 | ||
135 | __raw_writel(virt_to_phys(exynos4_secondary_startup), | 135 | __raw_writel(virt_to_phys(exynos4_secondary_startup), |
136 | CPU1_BOOT_REG); | 136 | CPU1_BOOT_REG); |
137 | gic_raise_softirq(cpumask_of(cpu), 1); | 137 | gic_raise_softirq(cpumask_of(cpu), 0); |
138 | 138 | ||
139 | if (pen_release == -1) | 139 | if (pen_release == -1) |
140 | break; | 140 | break; |