diff --git a/src/cpu/x86/mp_init.c b/src/cpu/x86/mp_init.c index f54a7b714d..93c143ec85 100644 --- a/src/cpu/x86/mp_init.c +++ b/src/cpu/x86/mp_init.c @@ -455,7 +455,7 @@ static int start_aps(struct bus *cpu_bus, int ap_count, atomic_t *num_aps) 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)) {