diff options
author | Olof Johansson <olof@lixom.net> | 2012-04-19 08:28:16 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-04-19 08:28:16 +0400 |
commit | ea53671a70cc983419247e2f216fbf48eeaa9fa5 (patch) | |
tree | e978a222b3bd8bcfa59f0c81a5982147b202b65e /arch/arm/mach-ux500/platsmp.c | |
parent | b462fca45dc1823105e7ada58085fa890f531b67 (diff) | |
parent | f27962ac68a9b4cf17958522ecd7c10ce2375ee1 (diff) | |
download | linux-ea53671a70cc983419247e2f216fbf48eeaa9fa5.tar.xz |
Merge branch 'fixes-for-arm-soc-20120416' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into fixes
* 'fixes-for-arm-soc-20120416' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson:
ARM: ux500: update defconfig
ARM: ux500: Fix unmet direct dependency
ARM: ux500: wake secondary cpu via resched
Diffstat (limited to 'arch/arm/mach-ux500/platsmp.c')
-rw-r--r-- | arch/arm/mach-ux500/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/platsmp.c b/arch/arm/mach-ux500/platsmp.c index d2058ef8345f..eff5842f6232 100644 --- a/arch/arm/mach-ux500/platsmp.c +++ b/arch/arm/mach-ux500/platsmp.c @@ -99,7 +99,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) */ write_pen_release(cpu_logical_map(cpu)); - gic_raise_softirq(cpumask_of(cpu), 1); + smp_send_reschedule(cpu); timeout = jiffies + (1 * HZ); while (time_before(jiffies, timeout)) { |