--- src/sys/i386/i386/Attic/machdep.c 2005/02/21 21:40:53 1.70 +++ src/sys/i386/i386/Attic/machdep.c 2005/02/27 10:57:24 1.71 @@ -150,11 +150,7 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_c CTLFLAG_RD, &tlb_flush_count, 0, ""); #endif -#ifdef PC98 -static int ispc98 = 1; -#else static int ispc98 = 0; -#endif SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, ""); int physmem = 0;