diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-05-27 06:22:53 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-01 17:58:17 +0400 |
commit | a925328de88af2f93dbe189fdac436c389d2e5d5 (patch) | |
tree | 9549975b446ede27d59397ea5ff3609bda2184b4 /arch/tile/kernel/compat_signal.c | |
parent | 7f1c6168259f8d75c08f64aae3c8c93b2801eb37 (diff) | |
download | linux-a925328de88af2f93dbe189fdac436c389d2e5d5.tar.xz |
tile: don't bother with SIGTRAP in setup_frame
Tell signal_delivered() to do it instead.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/tile/kernel/compat_signal.c')
-rw-r--r-- | arch/tile/kernel/compat_signal.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/tile/kernel/compat_signal.c b/arch/tile/kernel/compat_signal.c index 474571b84085..3690f0199f09 100644 --- a/arch/tile/kernel/compat_signal.c +++ b/arch/tile/kernel/compat_signal.c @@ -411,15 +411,6 @@ int compat_setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, regs->regs[1] = ptr_to_compat_reg(&frame->info); regs->regs[2] = ptr_to_compat_reg(&frame->uc); regs->flags |= PT_FLAGS_CALLER_SAVES; - - /* - * Notify any tracer that was single-stepping it. - * The tracer may want to single-step inside the - * handler too. - */ - if (test_thread_flag(TIF_SINGLESTEP)) - ptrace_notify(SIGTRAP); - return 0; give_sigsegv: |