People are still having problems with i586_* on UP machines and SMP

machines, so just hack it to disable them for now until it can be fixed.

Inspired by hair pulling of:	asmodai
This commit is contained in:
John Baldwin 2001-04-13 17:14:53 +00:00
parent 361515d909
commit adccbaa77d
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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