mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Finish revert of r358672, missed in r358688.
Manual reverts never succeed correctly. Reported by: luporl
This commit is contained in:
parent
b21fe1ab67
commit
021abafa5c
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ DEFINE_UIFUNC(, FN_RET, FN_NAME, FN_PARAMS)
|
|||
* Since POWER ISA 2.07B this is solved transparently
|
||||
* by the hardware
|
||||
*/
|
||||
if (cpu_features2 & PPC_FEATURE_HAS_VSX)
|
||||
if (cpu_features & PPC_FEATURE_HAS_VSX)
|
||||
return (FN_NAME_VSX);
|
||||
else
|
||||
return (FN_NAME_NOVSX);
|
||||
|
|
|
|||
Loading…
Reference in a new issue