apic: make msr-related function names consistent with the overall style
This commit is contained in:
+2
-2
@@ -46,12 +46,12 @@ void kmain(unsigned int magic, unsigned int info)
|
||||
|
||||
isr_install();
|
||||
|
||||
if(cpuHasMSR())
|
||||
if(cpu_has_msr())
|
||||
{
|
||||
printf("CPU has MSR\n");
|
||||
}
|
||||
|
||||
if(check_apic() && cpuHasMSR())
|
||||
if(check_apic() && cpu_has_msr())
|
||||
{
|
||||
printf("APIC is present\n");
|
||||
lapic_enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user