diff options
| author | Ard Biesheuvel <[email protected]> | 2020-12-17 19:55:15 +0100 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2021-01-03 08:41:37 +1100 |
| commit | 15deb4333cd6d4e1e3216582e4c531ec40a6b060 (patch) | |
| tree | dcba29d22c497b893c05f0a3c1ebf312a24c5fef /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 5a5a27b3e1577dbd63b0ac114d784bc3695e245b (diff) | |
crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled
Commit 69b6f2e817e5b ("crypto: arm64/aes-neon - limit exposed routines if
faster driver is enabled") intended to hide modes from the plain NEON
driver that are also implemented by the faster bit sliced NEON one if
both are enabled. However, the defined() CPP function does not detect
if the bit sliced NEON driver is enabled as a module. So instead, let's
use IS_ENABLED() here.
Fixes: 69b6f2e817e5b ("crypto: arm64/aes-neon - limit exposed routines if ...")
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions