1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

increase the readability

This commit is contained in:
Stefan Lankes 2017-04-23 17:13:27 +02:00
parent 3dddfe01c9
commit f498bf2377

View file

@ -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);