Changeset 237 for trunk/hal/x86_64/core/hal_apic.c
- Timestamp:
- Jul 19, 2017, 2:57:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_apic.c
r236 r237 425 425 * Only the Spurious and APIC Timer interrupts are enabled. 426 426 */ 427 static void hal_lapic_init()427 void cpu_lapic_init() 428 428 { 429 429 if ((rdmsr(MSR_APICBASE) & APICBASE_PHYSADDR) != lapic_pa) { … … 524 524 hal_pic_init(); 525 525 526 /* Enable the LAPIC */527 hal_lapic_init();528 529 526 /* Enable the IOAPIC */ 530 527 hal_ioapic_init();
Note: See TracChangeset
for help on using the changeset viewer.