x86/entry/compat: Combine return value test from syscall handler
authorBrian Gerst <brgerst@gmail.com>
Fri, 21 Jul 2023 16:10:14 +0000 (12:10 -0400)
committerIngo Molnar <mingo@kernel.org>
Thu, 5 Oct 2023 08:06:42 +0000 (10:06 +0200)
commiteec62f61e134d6711f98d4005c6439f24d03d54f
tree7619ac49eedb9b32f4ecfd26e80a4768fd598099
parenteb43c9b1517b48e2ff0d3a584aca197338987d7b
x86/entry/compat: Combine return value test from syscall handler

Move the sysret32_from_system_call label to remove a duplicate test of
the return value from the syscall handler.

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