Commit b8b751be authored by David S. Miller's avatar David S. Miller

sparc: Add call to tracehook_signal_handler().

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5a157d5b
...@@ -553,6 +553,8 @@ static void do_signal(struct pt_regs *regs, unsigned long orig_i0) ...@@ -553,6 +553,8 @@ static void do_signal(struct pt_regs *regs, unsigned long orig_i0)
*/ */
if (test_thread_flag(TIF_RESTORE_SIGMASK)) if (test_thread_flag(TIF_RESTORE_SIGMASK))
clear_thread_flag(TIF_RESTORE_SIGMASK); clear_thread_flag(TIF_RESTORE_SIGMASK);
tracehook_signal_handler(signr, &info, &ka, regs, 0);
return; return;
} }
if (restart_syscall && if (restart_syscall &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment