diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index 8f7f611c3..aa64a6eae 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c @@ -666,7 +666,7 @@ int apic_calibration(void) apic_initialized = 1; atomic_int32_inc(&cpu_online); - if(is_single_kernel()) { + if (is_single_kernel()) { // Now, HermitCore is able to use the APIC => Therefore, we disable the PIC outportb(0xA1, 0xFF); outportb(0x21, 0xFF);