diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-08-06 13:55:28 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-08-11 04:26:30 -0400 |
commit | 5b7cc3df955cf510a0d4174553fe0410f9fbdd4a (patch) | |
tree | 2df51929b19de1864b4dd98f87023f0a87ea41e8 /arch | |
parent | f4ba394c1b02e7fc2179fda8d3941a5b3b65efb6 (diff) |
ARM: 7485/1: EXYNOS: use SGI0 to wake secondary CPUs
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-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 36c3984aaa47..090e32b0cd54 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c | |||
@@ -139,7 +139,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) | |||
139 | 139 | ||
140 | __raw_writel(virt_to_phys(exynos4_secondary_startup), | 140 | __raw_writel(virt_to_phys(exynos4_secondary_startup), |
141 | CPU1_BOOT_REG); | 141 | CPU1_BOOT_REG); |
142 | gic_raise_softirq(cpumask_of(cpu), 1); | 142 | gic_raise_softirq(cpumask_of(cpu), 0); |
143 | 143 | ||
144 | if (pen_release == -1) | 144 | if (pen_release == -1) |
145 | break; | 145 | break; |