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: Yalin Wang <yalin.wang@sonymobile.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
0bf4954f24
commit
09415fa2c5
1 changed files with 0 additions and 1 deletions
|
@ -592,7 +592,6 @@ do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall)
|
||||||
}
|
}
|
||||||
syscall = 0;
|
syscall = 0;
|
||||||
} else if (thread_flags & _TIF_UPROBE) {
|
} else if (thread_flags & _TIF_UPROBE) {
|
||||||
clear_thread_flag(TIF_UPROBE);
|
|
||||||
uprobe_notify_resume(regs);
|
uprobe_notify_resume(regs);
|
||||||
} else {
|
} else {
|
||||||
clear_thread_flag(TIF_NOTIFY_RESUME);
|
clear_thread_flag(TIF_NOTIFY_RESUME);
|
||||||
|
|
Loading…
Add table
Reference in a new issue