summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-07-31 10:35:45 +0300
committerWill Deacon <will.deacon@arm.com>2018-07-31 12:13:50 +0300
commitd26de6c9f458f702b778731b7cb578ccd83623c9 (patch)
tree3faca362875e9ed06f939284eba398de7a98a50d /tools/perf/scripts/python/export-to-sqlite.py
parent140aada48b5f1a8bed3ba4afb5fc59220651657f (diff)
downloadlinux-d26de6c9f458f702b778731b7cb578ccd83623c9.tar.xz
arm64: drop unused kernel_neon_begin_partial() macro
When kernel mode NEON was first introduced to the arm64 kernel, every call to kernel_neon_begin()/_end() stacked resp. unstacked the entire NEON register file, making it worthwile to reduce the number of used NEON registers to a bare minimum, and only stack those. kernel_neon_begin_partial() was introduced for this purpose, but after the refactoring for SVE and other changes, it no longer exists and was simply #define'd to kernel_neon_begin() directly. In the mean time, all users have been updated, so let's remove the fallback macro. Reviewed-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions