crypto: aesni - fix build on x86 (32bit)
authorTim Chen <tim.c.chen@linux.intel.com>
Thu, 9 Jan 2014 16:57:42 +0000 (08:57 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 15 Jan 2014 03:36:34 +0000 (11:36 +0800)
commit79ba451d66ca8402c8d052ceb50e359ddc5e1161
tree23953c81987d74a33f1ee95a2491fb1d889ba0cc
parentfe70be5c8885d07a5c12f3ad97e6f226b0e8cae3
crypto: aesni - fix build on x86 (32bit)

We rename aesni-intel_avx.S to aesni-intel_avx-x86_64.S to indicate
that it is only used by x86_64 architecture.

Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Makefile
arch/x86/crypto/aesni-intel_avx-x86_64.S [new file with mode: 0644]
arch/x86/crypto/aesni-intel_avx.S [deleted file]