Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09415fa2 authored by Yalin Wang's avatar Yalin Wang Committed by Russell King
Browse files

ARM: 8194/1: remove clear_thread_flag(TIF_UPROBE)



This patch remove clear_thread_flag(TIF_UPROBE) in do_work_pending(),
because uprobe_notify_resume() have do this.

Signed-off-by: default avatarYalin Wang <yalin.wang@sonymobile.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0bf4954f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -592,7 +592,6 @@ do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall)
				}
				syscall = 0;
			} else if (thread_flags & _TIF_UPROBE) {
				clear_thread_flag(TIF_UPROBE);
				uprobe_notify_resume(regs);
			} else {
				clear_thread_flag(TIF_NOTIFY_RESUME);