From dc2ddd7d141d8f7e992179ec553c3cbd15a05efd Mon Sep 17 00:00:00 2001 From: Srinidhi Kasagar Date: Fri, 2 Nov 2012 18:14:34 +0530 Subject: [PATCH] --- yaml --- r: 355194 b: refs/heads/master c: 902ef5d77aeaff43bce8d3ce55c442a12eb71819 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-ux500/platsmp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1884360ed6ab..6e2e13d93008 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 73171d15873e9246c82aeda5c7fd8ec11cb97be9 +refs/heads/master: 902ef5d77aeaff43bce8d3ce55c442a12eb71819 diff --git a/trunk/arch/arm/mach-ux500/platsmp.c b/trunk/arch/arm/mach-ux500/platsmp.c index 3db7782f3afb..79531f1dffbc 100644 --- a/trunk/arch/arm/mach-ux500/platsmp.c +++ b/trunk/arch/arm/mach-ux500/platsmp.c @@ -91,7 +91,7 @@ static int __cpuinit ux500_boot_secondary(unsigned int cpu, struct task_struct * */ write_pen_release(cpu_logical_map(cpu)); - smp_send_reschedule(cpu); + gic_raise_softirq(cpumask_of(cpu), 0); timeout = jiffies + (1 * HZ); while (time_before(jiffies, timeout)) {