--- src/sys/i386/i386/Attic/mp_machdep.c 2005/11/04 08:57:27 1.46 +++ src/sys/i386/i386/Attic/mp_machdep.c 2005/11/04 19:46:08 1.47 @@ -828,7 +828,6 @@ mptable_pass2(void) int count; int type; int apic, bus, cpu, intr; - int picmode; int i; POSTCODE(MPTABLE_PASS2_POST); @@ -882,8 +881,7 @@ mptable_pass2(void) boot_cpu_id = -1; /* record whether PIC or virtual-wire mode */ - picmode = (mpfps->mpfb2 & 0x80) ? 1 : 0; - machintr_setvar_simple(MACHINTR_VAR_PICMODE, picmode); + machintr_setvar_simple(MACHINTR_VAR_IMCR_PRESENT, mpfps->mpfb2 & 0x80); /* check for use of 'default' configuration */ if (mpfps->mpfb1 != 0)