summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2001-04-16 09:15:40 +0000
committerkato <kato@FreeBSD.org>2001-04-16 09:15:40 +0000
commite234a09b11c6d1b4d9729b4120ecafd0f259f74b (patch)
treee02cc69afa1cd134f61b98ad75398382cd4268e9
parent9a5dbab1ba23a8d8c6f184f187974e7b2b4f247a (diff)
downloadFreeBSD-src-e234a09b11c6d1b4d9729b4120ecafd0f259f74b.zip
FreeBSD-src-e234a09b11c6d1b4d9729b4120ecafd0f259f74b.tar.gz
Merged from sys/i386/isa/npx.c revision 1.95.
-rw-r--r--sys/pc98/pc98/npx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c
index d09ea1e..30b6711 100644
--- a/sys/pc98/pc98/npx.c
+++ b/sys/pc98/pc98/npx.c
@@ -505,7 +505,7 @@ npx_attach(dev)
}
npxinit(__INITIAL_NPXCW__);
-#ifdef I586_CPU
+#ifdef I586_CPU_XXX
if (cpu_class == CPUCLASS_586 && npx_ex16 && npx_exists &&
timezero("i586_bzero()", i586_bzero) <
timezero("bzero()", bzero) * 4 / 5) {
OpenPOWER on IntegriCloud