From: Mark Brown Date: Tue, 14 Apr 2020 18:20:08 +0000 (+0100) Subject: crypto: arm64 - Consistently enable extension X-Git-Tag: block-5.8-2020-06-11~63^2~90 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3ca73b70a3a98da739f4ebcff381d13bb7cd339f;p=linux-block.git crypto: arm64 - Consistently enable extension Currently most of the crypto files enable the crypto extension using the .arch directive but crct10dif-ce-core.S uses .cpu instead. Move that over to .arch for consistency. Signed-off-by: Mark Brown Acked-by: Ard Biesheuvel Signed-off-by: Herbert Xu --- diff --git a/arch/arm64/crypto/crct10dif-ce-core.S b/arch/arm64/crypto/crct10dif-ce-core.S index 5a95c2628fbf..111d9c9abddd 100644 --- a/arch/arm64/crypto/crct10dif-ce-core.S +++ b/arch/arm64/crypto/crct10dif-ce-core.S @@ -66,7 +66,7 @@ #include .text - .cpu generic+crypto + .arch armv8-a+crypto init_crc .req w19 buf .req x20