From 78a02732e32e2fd9e886b920f5ea63f52bd3c0b9 Mon Sep 17 00:00:00 2001 From: aiju Date: Mon, 16 May 2011 01:39:59 +0000 Subject: removed stale variable --- sys/src/9/pc/mp.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3