From: Russell King Date: Mon, 11 Jun 2012 19:23:20 +0000 (+0100) Subject: ARM: Realview: use SGI0 to wake secondary CPUs X-Git-Tag: v3.6-rc1~70^2^5~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98437b83ee9e8c4adc84efa7f5a02647041f675b;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ARM: Realview: use SGI0 to wake secondary CPUs Signed-off-by: Russell King --- diff --git a/arch/arm/plat-versatile/platsmp.c b/arch/arm/plat-versatile/platsmp.c index 49c7db4..d7c5c17 100644 --- a/arch/arm/plat-versatile/platsmp.c +++ b/arch/arm/plat-versatile/platsmp.c @@ -85,7 +85,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) * the boot monitor to read the system wide flags register, * and branch to the address found there. */ - gic_raise_softirq(cpumask_of(cpu), 1); + gic_raise_softirq(cpumask_of(cpu), 0); timeout = jiffies + (1 * HZ); while (time_before(jiffies, timeout)) {