diff options
author | Eric Biggers <ebiggers@google.com> | 2018-07-17 10:09:26 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-07-27 19:16:38 +0800 |
commit | 6b0daa78207b622d768cce2a8251c830256bade9 (patch) | |
tree | 7df55959189a04f1a0158c2899794949f1b1f594 /fs/debugfs/Makefile | |
parent | faa16bc404d72a5afb857c924c83a5f691f83386 (diff) |
crypto: arm64/sha256 - increase cra_priority of scalar implementations
Commit b73b7ac0a774 ("crypto: sha256_generic - add cra_priority") gave
sha256-generic and sha224-generic a cra_priority of 100, to match the
convention for generic implementations. But sha256-arm64 and
sha224-arm64 also have priority 100, so their order relative to the
generic implementations became ambiguous.
Therefore, increase their priority to 125 so that they have higher
priority than the generic implementations but lower priority than the
NEON implementations which have priority 150.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'fs/debugfs/Makefile')
0 files changed, 0 insertions, 0 deletions