summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>2001-04-16 09:15:40 +0000
committerKATO Takenori <kato@FreeBSD.org>2001-04-16 09:15:40 +0000
commit1a476993b04c83881b42ff7e1361217408ce23a7 (patch)
tree87a36a0c210de4ccaf909f5e29827f56bb057ea0 /sys
parent0af23223034b865b8df26dbdb3cce2b551d0bd7f (diff)
Notes
Diffstat (limited to 'sys')
-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 d09ea1e2cce5..30b671162191 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) {