diff options
author | Jens Axboe <axboe@kernel.dk> | 2020-10-03 19:49:22 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-10-18 00:04:36 +0300 |
commit | 3c532798ec96b6c2d77706f04ed1d8b566a805df (patch) | |
tree | be05df113944f53ea7d50cdff8ae95c1941c4161 /arch/openrisc | |
parent | 324bcf54c449c7b5b7024c9fa4549fbaaae1935d (diff) | |
download | linux-3c532798ec96b6c2d77706f04ed1d8b566a805df.tar.xz |
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
All the callers currently do this, clean it up and move the clearing
into tracehook_notify_resume() instead.
Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/kernel/signal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/kernel/signal.c b/arch/openrisc/kernel/signal.c index c779364f0cd0..af66f968dd45 100644 --- a/arch/openrisc/kernel/signal.c +++ b/arch/openrisc/kernel/signal.c @@ -311,7 +311,6 @@ do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) } syscall = 0; } else { - clear_thread_flag(TIF_NOTIFY_RESUME); tracehook_notify_resume(regs); } } |