summaryrefslogtreecommitdiff
path: root/lapic.c
diff options
context:
space:
mode:
Diffstat (limited to 'lapic.c')
-rw-r--r--lapic.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lapic.c b/lapic.c
index 3b7c629..d2d3674 100644
--- a/lapic.c
+++ b/lapic.c
@@ -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 */