Removed ispc98 sysctl completely. Applications should understand that

ispc98 isn't set if its sysctl doesn't exist.  At least make(1) already
understands this.

Approved by:	nyan
This commit is contained in:
Bruce Evans 2002-04-08 10:34:57 +00:00
parent 3e9d29b012
commit 32893f634b
2 changed files with 0 additions and 6 deletions

View File

@ -149,9 +149,6 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
CTLFLAG_RD, &tlb_flush_count, 0, ""); CTLFLAG_RD, &tlb_flush_count, 0, "");
#endif #endif
static int ispc98 = 0;
SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
int physmem = 0; int physmem = 0;
int cold = 1; int cold = 1;

View File

@ -149,9 +149,6 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
CTLFLAG_RD, &tlb_flush_count, 0, ""); CTLFLAG_RD, &tlb_flush_count, 0, "");
#endif #endif
static int ispc98 = 0;
SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
int physmem = 0; int physmem = 0;
int cold = 1; int cold = 1;