mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75488
@ -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 New Issue
Block a user