diff options
Diffstat (limited to 'arch/arm/mach-shmobile/smp-emev2.c')
-rw-r--r-- | arch/arm/mach-shmobile/smp-emev2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/smp-emev2.c b/arch/arm/mach-shmobile/smp-emev2.c index 6a35c4a31e6c..030558f474a4 100644 --- a/arch/arm/mach-shmobile/smp-emev2.c +++ b/arch/arm/mach-shmobile/smp-emev2.c | |||
@@ -82,7 +82,7 @@ int __cpuinit emev2_boot_secondary(unsigned int cpu) | |||
82 | /* Tell ROM loader about our vector (in headsmp.S) */ | 82 | /* Tell ROM loader about our vector (in headsmp.S) */ |
83 | emev2_set_boot_vector(__pa(shmobile_secondary_vector)); | 83 | emev2_set_boot_vector(__pa(shmobile_secondary_vector)); |
84 | 84 | ||
85 | gic_raise_softirq(cpumask_of(cpu), 1); | 85 | gic_raise_softirq(cpumask_of(cpu), 0); |
86 | return 0; | 86 | return 0; |
87 | } | 87 | } |
88 | 88 | ||