diff options
Diffstat (limited to 'arch/alpha/kernel/signal.c')
-rw-r--r-- | arch/alpha/kernel/signal.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/alpha/kernel/signal.c b/arch/alpha/kernel/signal.c index df65eaa84c4c..04e17c1f0f1b 100644 --- a/arch/alpha/kernel/signal.c +++ b/arch/alpha/kernel/signal.c | |||
@@ -683,4 +683,9 @@ do_notify_resume(struct pt_regs *regs, struct switch_stack *sw, | |||
683 | { | 683 | { |
684 | if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK)) | 684 | if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK)) |
685 | do_signal(regs, sw, r0, r19); | 685 | do_signal(regs, sw, r0, r19); |
686 | |||
687 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { | ||
688 | clear_thread_flag(TIF_NOTIFY_RESUME); | ||
689 | tracehook_notify_resume(regs); | ||
690 | } | ||
686 | } | 691 | } |