diff options
author | nyan <nyan@FreeBSD.org> | 2002-04-06 08:22:33 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2002-04-06 08:22:33 +0000 |
commit | 368d0d1e581f091518fc1a39cefba6022adc9be8 (patch) | |
tree | f46770df21977bdb8b71fdfa70fdece8a3949ab3 | |
parent | 368a87f05d104a2d085fae0562c7d5a0de5d2582 (diff) | |
download | FreeBSD-src-368d0d1e581f091518fc1a39cefba6022adc9be8.zip FreeBSD-src-368d0d1e581f091518fc1a39cefba6022adc9be8.tar.gz |
Remove pc98 code.
-rw-r--r-- | sys/amd64/amd64/machdep.c | 4 | ||||
-rw-r--r-- | sys/i386/i386/machdep.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index a3c653c..13cec5d 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/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; 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; |