x86/entry/32: Convert do_fast_syscall_32() to bool return type
authorBrian Gerst <brgerst@gmail.com>
Fri, 21 Jul 2023 16:10:15 +0000 (12:10 -0400)
committerIngo Molnar <mingo@kernel.org>
Thu, 5 Oct 2023 08:06:42 +0000 (10:06 +0200)
commit0d3109ad2e6125add5b3c88e8de3fb7bfd4e8c49
tree1cd8a25a44400156019c1eff4f0bfc43d17f7741
parenteec62f61e134d6711f98d4005c6439f24d03d54f
x86/entry/32: Convert do_fast_syscall_32() to bool return type

Doesn't have to be 'long' - this simplifies the code a bit.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230721161018.50214-5-brgerst@gmail.com
arch/x86/entry/common.c
arch/x86/entry/entry_32.S
arch/x86/entry/entry_64_compat.S
arch/x86/include/asm/syscall.h