aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2002-04-06 08:22:33 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2002-04-06 08:22:33 +0000
commit78ee68624786bbb226a40736d9239a9c14f5832b (patch)
treef46770df21977bdb8b71fdfa70fdece8a3949ab3 /sys/i386
parentc4c03d1766b2ece4e19593bcc0bc6b3667891df5 (diff)
downloadsrc-78ee68624786bbb226a40736d9239a9c14f5832b.tar.gz
src-78ee68624786bbb226a40736d9239a9c14f5832b.zip
Remove pc98 code.
Notes
Notes: svn path=/head/; revision=93944
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 a3c653cc9ba3..13cec5d7ff92 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;