diff options
-rw-r--r-- | src/cpu/x86/lapic/lapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/lapic/lapic.c b/src/cpu/x86/lapic/lapic.c index c8f83b0dd0..83a45b013c 100644 --- a/src/cpu/x86/lapic/lapic.c +++ b/src/cpu/x86/lapic/lapic.c @@ -57,7 +57,7 @@ void setup_lapic(void) printk(BIOS_DEBUG, " apic_id: 0x%02lx ", lapicid()); -#else /* !NEED_LLAPIC */ +#else /* !NEED_LAPIC */ /* Only Pentium Pro and later have those MSR stuff */ msr_t msr; |