mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 19:31:09 +07:00
ARM: OMAP: use SGI0 to wake secondary CPUs
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
98437b83ee
commit
79d15ce999
@ -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…
Reference in New Issue
Block a user