Skip to content

Commit

Permalink
sparc: Add call to tracehook_signal_handler().
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jul 28, 2008
1 parent 5a157d5 commit b8b751b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sparc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,8 @@ static void do_signal(struct pt_regs *regs, unsigned long orig_i0)
*/
if (test_thread_flag(TIF_RESTORE_SIGMASK))
clear_thread_flag(TIF_RESTORE_SIGMASK);

tracehook_signal_handler(signr, &info, &ka, regs, 0);
return;
}
if (restart_syscall &&
Expand Down

0 comments on commit b8b751b

Please sign in to comment.