diff options
author | Ard Biesheuvel <[email protected]> | 2021-08-27 09:03:40 +0200 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2021-09-17 11:05:11 +0800 |
commit | b3482635e5d69c8a40288bd025f61a994b3b1126 (patch) | |
tree | c38fef5b3dc3412040cd6c28d91e021158b61f17 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 36a916af641dc71ef7d4b98417bf4019ddeb4ebe (diff) |
crypto: arm64/aes-ccm - remove non-SIMD fallback path
AES/CCM on arm64 is implemented as a synchronous AEAD, and so it is
guaranteed by the API that it is only invoked in task or softirq
context. Since softirqs are now only handled when the SIMD is not
being used in the task context that was interrupted to service the
softirq, we no longer need a fallback path. Let's remove it.
Signed-off-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Eric Biggers <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions