xen/wait: Drop vestigial remnants of TRAP_regs_partial
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 Jul 2022 12:39:29 +0000 (13:39 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 18 Jul 2022 14:55:53 +0000 (15:55 +0100)
commit7a105f7c76db2f8f457bb790271e01f75641bf05
treeed7786022735fd674f52a4315cdb2ef337eb580a
parent0af91dc0326cba12795e0b8fa8f665776e2a9e13
xen/wait: Drop vestigial remnants of TRAP_regs_partial

The preservation of entry_vector was introduced with ecf9846a6a20 ("x86:
save/restore only partial register state where possible") where
TRAP_regs_partial was introduced, but missed from f9eb74789af7 ("x86/entry:
Remove support for partial cpu_user_regs frames") where TRAP_regs_partial was
removed.

Fixes: f9eb74789af7 ("x86/entry: Remove support for partial cpu_user_regs frames")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/common/wait.c