summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-04-08 10:34:57 +0000
committerbde <bde@FreeBSD.org>2002-04-08 10:34:57 +0000
commitea5eccadedd04f1181b246d44d77e166d39457ff (patch)
tree205cb16e2f1910e2ac11c2d1731b532019aed3e3 /sys/i386
parent34705cdf606a0f7310984a1944e71ec379f50c4e (diff)
downloadFreeBSD-src-ea5eccadedd04f1181b246d44d77e166d39457ff.zip
FreeBSD-src-ea5eccadedd04f1181b246d44d77e166d39457ff.tar.gz
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
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/machdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 318a8b2..8c3737b 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -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;
OpenPOWER on IntegriCloud