Finish revert of r358672, missed in r358688.

Manual reverts never succeed correctly.

Reported by:	luporl
This commit is contained in:
Justin Hibbits 2020-03-06 02:30:04 +00:00
parent b21fe1ab67
commit 021abafa5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358690

View File

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