cpu/x86/mp_init: add expansion for SIPI acronym
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ic182d7c551932ab6917a81568490ed18acdcd597 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57927 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
91feb06ece
commit
fafeb190ae
|
@ -455,7 +455,7 @@ static int start_aps(struct bus *cpu_bus, int ap_count, atomic_t *num_aps)
|
||||||
mdelay(10);
|
mdelay(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Send 1st SIPI */
|
/* Send 1st Startup IPI (SIPI) */
|
||||||
if (lapic_busy()) {
|
if (lapic_busy()) {
|
||||||
printk(BIOS_DEBUG, "Waiting for ICR not to be busy...");
|
printk(BIOS_DEBUG, "Waiting for ICR not to be busy...");
|
||||||
if (apic_wait_timeout(1000 /* 1 ms */, 50)) {
|
if (apic_wait_timeout(1000 /* 1 ms */, 50)) {
|
||||||
|
|
Loading…
Reference in New Issue