From f498bf2377f680ab28ee71f8510ba4ba042c7685 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 23 Apr 2017 17:13:27 +0200 Subject: [PATCH] increase the readability --- arch/x86/kernel/apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);