crypto: vmx - Fix ABI detection
authorAnton Blanchard <anton@samba.org>
Fri, 10 Jun 2016 06:47:02 +0000 (16:47 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 13 Jun 2016 09:43:04 +0000 (17:43 +0800)
commit975f57fdff1d0eb9816806cabd27162a8a1a4038
tree4e396a79abd7260da2f52f65ee0cdf3a2f8d07ba
parent446985428d2cd10efd5d139c33de16c50ee771ba
crypto: vmx - Fix ABI detection

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: 5ca55738201c ("crypto: vmx - comply with ABIs that specify vrsave as reserved.")
Cc: stable@vger.kernel.org
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/vmx/ppc-xlate.pl