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:
parent
3e9d29b012
commit
32893f634b
@ -149,9 +149,6 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
|
||||
CTLFLAG_RD, &tlb_flush_count, 0, "");
|
||||
#endif
|
||||
|
||||
static int ispc98 = 0;
|
||||
SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
|
||||
|
||||
int physmem = 0;
|
||||
int cold = 1;
|
||||
|
||||
|
@ -149,9 +149,6 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
|
||||
CTLFLAG_RD, &tlb_flush_count, 0, "");
|
||||
#endif
|
||||
|
||||
static int ispc98 = 0;
|
||||
SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
|
||||
|
||||
int physmem = 0;
|
||||
int cold = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user