Loading arch/arm/mach-omap2/omap-smp.c +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) booted = true; } gic_raise_softirq(cpumask_of(cpu), 1); gic_raise_softirq(cpumask_of(cpu), 0); /* * Now the secondary core is starting up let it run its Loading Loading
arch/arm/mach-omap2/omap-smp.c +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) booted = true; } gic_raise_softirq(cpumask_of(cpu), 1); gic_raise_softirq(cpumask_of(cpu), 0); /* * Now the secondary core is starting up let it run its Loading