aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-04-13 17:14:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-04-13 17:14:53 +0000
commitadccbaa77d4ffc0804c7f21d79c5574723ef2e7e (patch)
tree96ab9bfd20f56fdfd5a2505c43f106396e0621ca /sys/amd64
parent361515d90921bf551e264ca8bfb5bd2a493ae9da (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/fpu.c2
-rw-r--r--sys/amd64/isa/npx.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
index 56e23a02d6d2..6ec273857214 100644
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -455,7 +455,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) {
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c
index 56e23a02d6d2..6ec273857214 100644
--- a/sys/amd64/isa/npx.c
+++ b/sys/amd64/isa/npx.c
@@ -455,7 +455,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) {