summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiju <aiju@phicode.de>2011-05-16 01:39:59 +0000
committeraiju <aiju@phicode.de>2011-05-16 01:39:59 +0000
commit78a02732e32e2fd9e886b920f5ea63f52bd3c0b9 (patch)
tree56a17428eca36432ffe2b3fff233fb73a1d8d89d
parent2e1fcabe9ee43afebf096cc0044fff06b5867b06 (diff)
downloadplan9front-78a02732e32e2fd9e886b920f5ea63f52bd3c0b9.tar.xz
removed stale variable
-rw-r--r--sys/src/9/pc/mp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/pc/mp.c b/sys/src/9/pc/mp.c
index 9aff6ebe5..5bf687dd0 100644
--- a/sys/src/9/pc/mp.c
+++ b/sys/src/9/pc/mp.c
@@ -17,7 +17,6 @@ static int mpeisabus = -1;
extern int i8259elcr; /* mask of level-triggered interrupts */
static Apic mpapic[MaxAPICNO+1];
static int machno2apicno[MaxAPICNO+1]; /* inverse map: machno -> APIC ID */
-static Ref mpvnoref; /* unique vector assignment */
static int mpmachno = 1;
static Lock mpphysidlock;
static int mpphysid;