diff options
author | Mark Brown <broonie@kernel.org> | 2024-05-21 22:22:49 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-05-31 11:34:56 +0200 |
commit | a720de9fba164552d920632c2d7531dc8203f063 (patch) | |
tree | 827c7832cc9fabf26f7c9c99e2acc9e59372d4e7 /crypto/xor.c | |
parent | crypto: api - Disable boot-test-finished if algapi is a module (diff) | |
download | linux-a720de9fba164552d920632c2d7531dc8203f063.tar.xz linux-a720de9fba164552d920632c2d7531dc8203f063.zip |
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>
Diffstat (limited to 'crypto/xor.c')
0 files changed, 0 insertions, 0 deletions