From 2ca6c49e6734e49dddf5af174cfad1b7fc39aa01 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Wed, 22 Aug 2012 20:05:34 +0100 Subject: [PATCH] --- yaml --- r: 331485 b: refs/heads/master c: e91d5d916f50ad2cf2394aba89d32833adce4303 h: refs/heads/master i: 331483: 35b5b833560770f5cc0f63265a3430a6b3d84008 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-shmobile/smp-emev2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index df652938b6b3..cca700f2e705 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 08928e7aea930e6822ce8f1b20068bf857ecf20d +refs/heads/master: e91d5d916f50ad2cf2394aba89d32833adce4303 diff --git a/trunk/arch/arm/mach-shmobile/smp-emev2.c b/trunk/arch/arm/mach-shmobile/smp-emev2.c index 6a35c4a31e6c..030558f474a4 100644 --- a/trunk/arch/arm/mach-shmobile/smp-emev2.c +++ b/trunk/arch/arm/mach-shmobile/smp-emev2.c @@ -82,7 +82,7 @@ int __cpuinit emev2_boot_secondary(unsigned int cpu) /* Tell ROM loader about our vector (in headsmp.S) */ emev2_set_boot_vector(__pa(shmobile_secondary_vector)); - gic_raise_softirq(cpumask_of(cpu), 1); + gic_raise_softirq(cpumask_of(cpu), 0); return 0; }