VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Jens Axboe <axboe@kernel.dk> 2020-10-03 10:49:22 -0600 committer: Jens Axboe <axboe@kernel.dk> 2020-10-17 15:04:36 -0600 commit: 3c532798ec96b6c2d77706f04ed1d8b566a805df parent: 324bcf54c449c7b5b7024c9fa4549fbaaae1935d
Commit Summary:
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/arch/alpha/kernel/signal.c b/arch/alpha/kernel/signal.c
index 15bc9d1e79f4..3739efce1ec0 100644
--- a/arch/alpha/kernel/signal.c
+++ b/arch/alpha/kernel/signal.c
@@ -531,7 +531,6 @@ do_work_pending(struct pt_regs *regs, unsigned long thread_flags,
 				do_signal(regs, r0, r19);
 				r0 = 0;
 			} else {
-				clear_thread_flag(TIF_NOTIFY_RESUME);
 				tracehook_notify_resume(regs);
 			}
 		}