x86: use proper 'clac' and 'stac' opcode names
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 Dec 2024 21:07:51 +0000 (13:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Jan 2025 16:39:29 +0000 (08:39 -0800)
commit027ea4f5f2c814b703adabdd42b779cd98e24411
tree04704533bb2e1d84498e17b25296f368cab29f25
parent5293b5f97ea17814da1b88a807290c392823162b
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>
arch/x86/include/asm/smap.h