projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9296780
)
ARM: Realview: use SGI0 to wake secondary CPUs
author
Russell King
<
[email protected]
>
Mon, 11 Jun 2012 19:23:20 +0000
(20:23 +0100)
committer
Russell King
<
[email protected]
>
Mon, 9 Jul 2012 16:39:36 +0000
(17:39 +0100)
Signed-off-by: Russell King <
[email protected]
>
arch/arm/plat-versatile/platsmp.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-versatile/platsmp.c
b/arch/arm/plat-versatile/platsmp.c
index 49c7db48c7f13d21b5211f1900ff99d639c4df8f..d7c5c171f5aaa32db7938decabc230806ee5daf5 100644
(file)
--- a/
arch/arm/plat-versatile/platsmp.c
+++ b/
arch/arm/plat-versatile/platsmp.c
@@
-85,7
+85,7
@@
int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)
* the boot monitor to read the system wide flags register,
* and branch to the address found there.
*/
- gic_raise_softirq(cpumask_of(cpu),
1
);
+ gic_raise_softirq(cpumask_of(cpu),
0
);
timeout = jiffies + (1 * HZ);
while (time_before(jiffies, timeout)) {