Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When calling ppc-xlate.pl, we pass it either linux-ppc64 or linux-ppc64le. The script however was expecting linux64le, a result of its OpenSSL origins. This means we aren't obeying the ppc64le ABIv2 rules. Fix this by checking for linux-ppc64le. Fixes: 5ca5573 ("crypto: vmx - comply with ABIs that specify vrsave as reserved.") Cc: [email protected] Signed-off-by: Anton Blanchard <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information