commit | 2dde374e1ff0663ca46b343949c242959028f976 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Jul 24 11:28:06 2017 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 04 09:27:16 2017 +0800 |
tree | a6b9fc1f0a3a7f6be7ace44e3dcced23ccf194a9 | |
parent | 6d6254d728a2e696aa697b4b44cb7736851f62e3 [diff] |
crypto: arm64/crct10dif - add non-SIMD generic fallback The arm64 kernel will shortly disallow nested kernel mode NEON, so add a fallback to scalar C code that can be invoked in that case. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>