Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yalin Wang and committed by
Russell King
09415fa2 0bf4954f

-1
-1
arch/arm/kernel/signal.c
··· 592 592 } 593 593 syscall = 0; 594 594 } else if (thread_flags & _TIF_UPROBE) { 595 - clear_thread_flag(TIF_UPROBE); 596 595 uprobe_notify_resume(regs); 597 596 } else { 598 597 clear_thread_flag(TIF_NOTIFY_RESUME);