crypto: move x86 to the generic version of ablk_helper
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 20 Sep 2013 07:55:41 +0000 (09:55 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 23 Sep 2013 20:02:24 +0000 (06:02 +1000)
commit801201aa25646291aa87ba97250f6614639eb2ea
tree7088c2a5923546d325d42bbe024e693cdb3b76d8
parenta62b01cd6cc1feb5e80d64d6937c291473ed82cb
crypto: move x86 to the generic version of ablk_helper

Move all users of ablk_helper under x86/ to the generic version
and delete the x86 specific version.

Acked-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14 files changed:
arch/x86/crypto/Makefile
arch/x86/crypto/ablk_helper.c [deleted file]
arch/x86/crypto/aesni-intel_glue.c
arch/x86/crypto/camellia_aesni_avx2_glue.c
arch/x86/crypto/camellia_aesni_avx_glue.c
arch/x86/crypto/cast5_avx_glue.c
arch/x86/crypto/cast6_avx_glue.c
arch/x86/crypto/serpent_avx2_glue.c
arch/x86/crypto/serpent_avx_glue.c
arch/x86/crypto/serpent_sse2_glue.c
arch/x86/crypto/twofish_avx_glue.c
arch/x86/include/asm/crypto/ablk_helper.h [deleted file]
arch/x86/include/asm/simd.h [new file with mode: 0644]
crypto/Kconfig