]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: arm/aes - avoid reserved 'tt' mnemonic in asm code
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 13 Jan 2017 08:33:26 +0000 (08:33 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 13 Jan 2017 10:47:21 +0000 (18:47 +0800)
commit658fa754cd0700e8e96d61898f0953c4514859c6
treeedb9b33f81a9c4eaf62b1532b321c2776769ecb2
parent0ff1436fb2e3da085f7177d03ce4362c45b75d57
crypto: arm/aes - avoid reserved 'tt' mnemonic in asm code

The ARMv8-M architecture introduces 'tt' and 'ttt' instructions,
which means we can no longer use 'tt' as a register alias on recent
versions of binutils for ARM. So replace the alias with 'ttab'.

Fixes: 81edb4262975 ("crypto: arm/aes - replace scalar AES cipher")
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/crypto/aes-cipher-core.S