ap_init(): clean up AP boot kernel messages

This commit is contained in:
Balazs Gerofi
2015-08-07 08:54:01 +09:00
parent 0a0e2c04a0
commit 215cd370a1
2 changed files with 4 additions and 5 deletions

View File

@ -415,7 +415,7 @@ void init_pat(void)
boot_pat_state = rdmsr(MSR_IA32_CR_PAT);
wrmsr(MSR_IA32_CR_PAT, pat);
kprintf("PAT support detected and reconfigured.\n");
dkprintf("PAT support detected and reconfigured.\n");
}
void init_lapic(void)