x86/entry/32: Remove SEP test for SYSEXIT
authorBrian Gerst <brgerst@gmail.com>
Fri, 21 Jul 2023 16:10:16 +0000 (12:10 -0400)
committerIngo Molnar <mingo@kernel.org>
Thu, 5 Oct 2023 08:06:43 +0000 (10:06 +0200)
commitbab9fa6dc5e4483749838877deebe038de3ce97e
treebb6b5a27f00aa9d0b98710227f661f260a7a938d
parent0d3109ad2e6125add5b3c88e8de3fb7bfd4e8c49
x86/entry/32: Remove SEP test for SYSEXIT

SEP must be already be present in order for do_fast_syscall_32() to be
called on native 32-bit, so checking it again is unnecessary.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230721161018.50214-6-brgerst@gmail.com
arch/x86/entry/common.c