projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98437b8
)
ARM: OMAP: use SGI0 to wake secondary CPUs
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 11 Jun 2012 19:24:07 +0000
(20:24 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 9 Jul 2012 16:39:36 +0000
(17:39 +0100)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-omap2/omap-smp.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/omap-smp.c
b/arch/arm/mach-omap2/omap-smp.c
index
deffbf1
..
596eb70
100644
(file)
--- a/
arch/arm/mach-omap2/omap-smp.c
+++ b/
arch/arm/mach-omap2/omap-smp.c
@@
-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