git: 9front

Download patch

ref: f5a1a6abb7bce70b12d5d4c6174745d9444cc611
parent: a2e45cfe975372106ef747dee78ecb667ca0bf0c
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;
--