x86/paravirt: Remove clobber bitmask from .parainstructions
authorKees Cook <keescook@chromium.org>
Sat, 3 Sep 2022 07:37:06 +0000 (00:37 -0700)
committerBorislav Petkov <bp@suse.de>
Mon, 17 Oct 2022 08:44:30 +0000 (10:44 +0200)
commit00e8f7153bcdecc5c31e307c7c17fecf42308fc4
treea6f4f4f7f84272e37786b09c89e44560c90aa573
parent9abf2313adc1ca1b6180c508c25f22f9395cc780
x86/paravirt: Remove clobber bitmask from .parainstructions

The u16 "clobber" value is not used in .parainstructions since commit
27876f3882fd ("x86/paravirt: Remove clobbers from struct paravirt_patch_site")

Remove the u16 from the section macro, the argument from all macros, and
all now-unused CLBR_* macros.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20220903073706.3193746-1-keescook@chromium.org
arch/x86/include/asm/paravirt_types.h