summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-04-06 08:22:33 +0000
committernyan <nyan@FreeBSD.org>2002-04-06 08:22:33 +0000
commit368d0d1e581f091518fc1a39cefba6022adc9be8 (patch)
treef46770df21977bdb8b71fdfa70fdece8a3949ab3 /sys/i386
parent368a87f05d104a2d085fae0562c7d5a0de5d2582 (diff)
downloadFreeBSD-src-368d0d1e581f091518fc1a39cefba6022adc9be8.zip
FreeBSD-src-368d0d1e581f091518fc1a39cefba6022adc9be8.tar.gz
Remove pc98 code.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/machdep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index a3c653c..13cec5d 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -149,11 +149,7 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
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;
OpenPOWER on IntegriCloud