diff options
Diffstat (limited to 'lapic.c')
-rw-r--r-- | lapic.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -7,11 +7,6 @@ #include "mmu.h" #include "proc.h" - -/* - * Credit: Plan 9 sources, Intel MP spec, and Cliff Frey - */ - enum { /* Local APIC registers */ LAPIC_ID = 0x0020, /* ID */ LAPIC_VER = 0x0030, /* Version */ |