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:
parent
3dddfe01c9
commit
f498bf2377
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue