summaryrefslogtreecommitdiff
path: root/lapic.c
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-09-03 15:10:33 +0000
committerkaashoek <kaashoek>2006-09-03 15:10:33 +0000
commit801affcd147606873b10db04c9fbf80dede969f6 (patch)
tree6c45b697bfca4ada39cff43c352b67b07599c19e /lapic.c
parent97a5bba6d25588706d2765097b4e940793f2fd9f (diff)
downloadxv6-labs-801affcd147606873b10db04c9fbf80dede969f6.tar.gz
xv6-labs-801affcd147606873b10db04c9fbf80dede969f6.tar.bz2
xv6-labs-801affcd147606873b10db04c9fbf80dede969f6.zip
centralize credits
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 */