mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
361515d909
commit
adccbaa77d
3 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue