Merged from sys/i386/isa/npx.c revision 1.95.

This commit is contained in:
KATO Takenori 2001-04-16 09:15:40 +00:00
parent 0af2322303
commit 1a476993b0

View File

@ -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) {