linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: crypto: Consistently enable extension
@ 2020-04-14 18:20 Mark Brown
  2020-04-24  7:46 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2020-04-14 18:20 UTC (permalink / raw)
  To: Herbert Xu, David S . Miller, Catalin Marinas, Will Deacon
  Cc: linux-crypto, linux-arm-kernel, Mark Brown, Ard Biesheuvel

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 <broonie@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
---
 arch/arm64/crypto/crct10dif-ce-core.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <asm/assembler.h>
 
 	.text
-	.cpu		generic+crypto
+	.arch		armv8-a+crypto
 
 	init_crc	.req	w19
 	buf		.req	x20
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: crypto: Consistently enable extension
  2020-04-14 18:20 [PATCH] arm64: crypto: Consistently enable extension Mark Brown
@ 2020-04-24  7:46 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2020-04-24  7:46 UTC (permalink / raw)
  To: Mark Brown
  Cc: David S . Miller, Catalin Marinas, Will Deacon, linux-crypto,
	linux-arm-kernel, Ard Biesheuvel

On Tue, Apr 14, 2020 at 07:20:08PM +0100, Mark Brown wrote:
> 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 <broonie@kernel.org>
> Acked-by: Ard Biesheuvel <ardb@kernel.org>
> ---
>  arch/arm64/crypto/crct10dif-ce-core.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-24  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 18:20 [PATCH] arm64: crypto: Consistently enable extension Mark Brown
2020-04-24  7:46 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).