From e234a09b11c6d1b4d9729b4120ecafd0f259f74b Mon Sep 17 00:00:00 2001 From: kato Date: Mon, 16 Apr 2001 09:15:40 +0000 Subject: Merged from sys/i386/isa/npx.c revision 1.95. --- sys/pc98/pc98/npx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.1