Commit 3ca73b70 authored by Mark Brown's avatar Mark Brown Committed by Herbert Xu
Browse files

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: default avatarMark Brown <broonie@kernel.org>
Acked-by: default avatarArd Biesheuvel <ardb@kernel.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 3adbbd22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
#include <asm/assembler.h>

	.text
	.cpu		generic+crypto
	.arch		armv8-a+crypto

	init_crc	.req	w19
	buf		.req	x20