entry: Wire up syscall_work in common entry code
authorGabriel Krisman Bertazi <krisman@collabora.com>
Mon, 16 Nov 2020 17:41:59 +0000 (12:41 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 16 Nov 2020 20:53:15 +0000 (21:53 +0100)
commitb86678cf0f1d76062aa964c5f0c6c89fe5a6dcfd
tree133d9a75a84153a50733fbef55517eb84ea53210
parent3136b93c3fb2b7c19e853e049203ff8f2b9dd2cd
entry: Wire up syscall_work in common entry code

Prepare the common entry code to use the SYSCALL_WORK flags. They will
be defined in subsequent patches for each type of syscall
work. SYSCALL_WORK_ENTRY/EXIT are defined for the transition, as they
will replace the TIF_ equivalent defines.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Andy Lutomirski <luto@kernel.org>
Link: https://lore.kernel.org/r/20201116174206.2639648-4-krisman@collabora.com
include/linux/entry-common.h
kernel/entry/common.c