aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorArd Biesheuvel <[email protected]>2020-11-30 13:26:20 +0100
committerHerbert Xu <[email protected]>2020-12-04 18:16:53 +1100
commit0464e0ef4f144bd5f2fa6ef6e06ab1e0ae4806f6 (patch)
tree95fed225bbad0a64a0bf550952bc5be65e806c93 /tools/perf/scripts/python/exported-sql-viewer.py
parent1069e97688b21b9c754dc8364ccfb3fea79788bf (diff)
crypto: aegis128 - avoid spurious references crypto_aegis128_update_simd
Geert reports that builds where CONFIG_CRYPTO_AEGIS128_SIMD is not set may still emit references to crypto_aegis128_update_simd(), which cannot be satisfied and therefore break the build. These references only exist in functions that can be optimized away, but apparently, the compiler is not always able to prove this. So add some explicit checks for CONFIG_CRYPTO_AEGIS128_SIMD to help the compiler figure this out. Tested-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Ard Biesheuvel <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions