Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/57927 )
Change subject: cpu/x86/mp_init: add expansion for SIPI acronym ......................................................................
cpu/x86/mp_init: add expansion for SIPI acronym
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ic182d7c551932ab6917a81568490ed18acdcd597 --- M src/cpu/x86/mp_init.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/57927/1
diff --git a/src/cpu/x86/mp_init.c b/src/cpu/x86/mp_init.c index f54a7b7..93c143e 100644 --- a/src/cpu/x86/mp_init.c +++ b/src/cpu/x86/mp_init.c @@ -455,7 +455,7 @@ mdelay(10); }
- /* Send 1st SIPI */ + /* Send 1st Startup IPI (SIPI) */ if (lapic_busy()) { printk(BIOS_DEBUG, "Waiting for ICR not to be busy..."); if (apic_wait_timeout(1000 /* 1 ms */, 50)) {