x86/paravirt: Remove clobber bitmask from .parainstructions
authorKees Cook <keescook@chromium.org>
Sat, 3 Sep 2022 07:37:06 +0000 (00:37 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 24 Nov 2022 12:53:54 +0000 (13:53 +0100)
commit5736b1b70170e15d66ec02e500db917ef42ade83
treefb6ae58a118dc4cc7d0124c309060aeebd82a2bd
parent0ce096db719ebaf46d4faf93e1ed1341c1853919
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>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
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