diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index e1426c331..0536cf256 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c @@ -684,7 +684,7 @@ int apic_calibration(void) } // now, we don't longer need the IOAPIC timer and turn it off - LOG_INFO("IOAPIC timer\n"); + LOG_INFO("Disable IOAPIC timer\n"); ioapic_intoff(2, apic_processors[boot_processor]->id); }