x86/alternative: Remove unused header #defines
authorJuergen Gross <jgross@suse.com>
Mon, 5 May 2025 13:16:46 +0000 (15:16 +0200)
committerDave Hansen <dave.hansen@linux.intel.com>
Mon, 5 May 2025 16:30:40 +0000 (09:30 -0700)
commit43c2df7e2b08db6d65ce9707e4090f1f0c61f2f6
tree9090438465b1e45b87867b8924684c205edb7611
parentaef1d0209ddf127a8069aca5fa3a062be4136b76
x86/alternative: Remove unused header #defines

Remove some unfortunately-named unused macros which could potentially
result in weird build failures. Fortunately, they are under an #ifdef
__ASSEMBLER__ which has kept them from causing problems so far.

[ dhansen: subject and changelog tweaks ]

Fixes: 1a6ade825079 ("x86/alternative: Convert the asm ALTERNATIVE_3() macro")
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20250505131646.29288-1-jgross%40suse.com
arch/x86/include/asm/alternative.h