ref: 78a02732e32e2fd9e886b920f5ea63f52bd3c0b9
parent: 2e1fcabe9ee43afebf096cc0044fff06b5867b06
author: aiju <aiju@phicode.de>
date: Sun May 15 21:39:59 EDT 2011
removed stale variable
--- a/sys/src/9/pc/mp.c
+++ b/sys/src/9/pc/mp.c
@@ -17,7 +17,6 @@
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;
--
⑨