x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGS
authorLai Jiangshan <jiangshan.ljs@antgroup.com>
Tue, 3 May 2022 03:21:07 +0000 (11:21 +0800)
committerBorislav Petkov <bp@suse.de>
Tue, 3 May 2022 10:26:08 +0000 (12:26 +0200)
commitc89191ce67efa4e5353db6a67f7287c28e673740
tree92cbd5285a14625245da988335910c09f974db39
parent64cbd0acb58203fb769ed2f4eab526d43e243847
x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGS

XENPV doesn't use swapgs_restore_regs_and_return_to_usermode(),
error_entry() and the code between entry_SYSENTER_compat() and
entry_SYSENTER_compat_after_hwframe.

Change the PV-compatible SWAPGS to the ASM instruction swapgs in these
places.

Also remove the definition of SWAPGS since no more users.

Signed-off-by: Lai Jiangshan <jiangshan.ljs@antgroup.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20220503032107.680190-7-jiangshanlai@gmail.com
arch/x86/entry/entry_64.S
arch/x86/entry/entry_64_compat.S
arch/x86/include/asm/irqflags.h