removed stale variable

This commit is contained in:
aiju 2011-05-16 01:39:59 +00:00
parent 2e1fcabe9e
commit 78a02732e3

View file

@ -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;