]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: arm64/crc10dif - Raise priority of NEON crct10dif implementation
authorMark Brown <broonie@kernel.org>
Tue, 21 May 2024 20:22:49 +0000 (21:22 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 31 May 2024 09:34:56 +0000 (17:34 +0800)
commita720de9fba164552d920632c2d7531dc8203f063
tree827c7832cc9fabf26f7c9c99e2acc9e59372d4e7
parentf9110822fca5b92daefc2bfae4cfcda7dcfb03c9
crypto: arm64/crc10dif - Raise priority of NEON crct10dif implementation

The NEON implementation of crctd10dif is registered with a priority of 100
which is identical to that used by the generic C implementation. Raise the
priority to 150, half way between the PMULL based implementation and the
NEON one, so that it will be preferred over the generic implementation.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/crct10dif-ce-glue.c