Re: [PATCH 1/2] crypto: vmx: Fix ABI detection

2016-06-13 Thread Herbert Xu
On Fri, Jun 10, 2016 at 04:47:02PM +1000, Anton Blanchard wrote: > From: Anton Blanchard > > 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

[PATCH 1/2] crypto: vmx: Fix ABI detection

2016-06-10 Thread Anton Blanchard
From: Anton Blanchard 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: