aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2015-04-11 10:48:44 +0200
committerGravatar Herbert Xu <herbert@gondor.apana.org.au> 2015-04-13 12:07:13 +0800
commitb48321def4c506057e22845f8e0dcdce2214dbfa (patch)
treeb41fffa6a9fae52d34f7e0b5e9915a4816caa784 /MAINTAINERS
parentcrypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer (diff)
downloadlinux-b48321def4c506057e22845f8e0dcdce2214dbfa.tar.gz
linux-b48321def4c506057e22845f8e0dcdce2214dbfa.tar.bz2
linux-b48321def4c506057e22845f8e0dcdce2214dbfa.zip
crypto: arm/sha256 - avoid sha256 code on ARMv7-M
The sha256 assembly implementation can deal with all architecture levels from ARMv4 to ARMv7-A, but not with ARMv7-M. Enabling it in an ARMv7-M kernel results in this build failure: arm-linux-gnueabi-ld: error: arch/arm/crypto/sha256_glue.o: Conflicting architecture profiles M/A arm-linux-gnueabi-ld: failed to merge target specific data of file arch/arm/crypto/sha256_glue.o This adds a Kconfig dependency to prevent the code from being disabled for ARMv7-M. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions