entry: Drop usage of TIF flags in the generic syscall code
authorGabriel Krisman Bertazi <krisman@collabora.com>
Mon, 16 Nov 2020 17:42:05 +0000 (12:42 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 16 Nov 2020 20:53:16 +0000 (21:53 +0100)
commit2991552447707d791d9d81a5dc161f9e9e90b163
treefe3bfcd05ede91fcf00c1eb00ed3eaadc3886ac2
parent785dc4eb7fd74e3b7f4eac468457b633117e1aea
entry: Drop usage of TIF flags in the generic syscall code

Now that the flags migration in the common syscall entry code is complete
and the code relies exclusively on thread_info::syscall_work, clean up the
accesses to TI flags in that path.

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-10-krisman@collabora.com
include/linux/entry-common.h
kernel/entry/common.c