diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-12-30 00:07:51 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-01-20 19:39:29 +0300 |
commit | 027ea4f5f2c814b703adabdd42b779cd98e24411 (patch) | |
tree | 04704533bb2e1d84498e17b25296f368cab29f25 /tools/perf/scripts/python/task-analyzer.py | |
parent | 5293b5f97ea17814da1b88a807290c392823162b (diff) | |
download | linux-027ea4f5f2c814b703adabdd42b779cd98e24411.tar.xz |
x86: use proper 'clac' and 'stac' opcode names
Back when we added SMAP support, all versions of binutils didn't
necessarily understand the 'clac' and 'stac' instructions. So we
implemented those instructions manually as ".byte" sequences.
But we've since upgraded the minimum version of binutils to version
2.25, and that included proper support for the SMAP instructions, and
there's no reason for us to use some line noise to express them any
more.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions