mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Move init_sse() out of the "GenuineIntel" section, my AthlonMP system
has it, for example, and it works fine.
This commit is contained in:
parent
adc3cb92c2
commit
aa32e9a994
2 changed files with 2 additions and 2 deletions
|
|
@ -565,13 +565,13 @@ initializecpu(void)
|
|||
init_mendocino();
|
||||
break;
|
||||
}
|
||||
enable_sse();
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
enable_sse();
|
||||
|
||||
#if defined(PC98) && !defined(CPU_UPGRADE_HW_CACHE)
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -565,13 +565,13 @@ initializecpu(void)
|
|||
init_mendocino();
|
||||
break;
|
||||
}
|
||||
enable_sse();
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
enable_sse();
|
||||
|
||||
#if defined(PC98) && !defined(CPU_UPGRADE_HW_CACHE)
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue