diff options
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 7bc0859a9f5e..08b4fe1717bb 100644 --- a/arch/tile/kernel/compat_signal.c +++ b/arch/tile/kernel/compat_signal.c | |||
| @@ -354,15 +354,6 @@ int compat_setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, | |||
| 354 | regs->regs[1] = ptr_to_compat_reg(&frame->info); | 354 | regs->regs[1] = ptr_to_compat_reg(&frame->info); |
| 355 | regs->regs[2] = ptr_to_compat_reg(&frame->uc); | 355 | regs->regs[2] = ptr_to_compat_reg(&frame->uc); |
| 356 | regs->flags |= PT_FLAGS_CALLER_SAVES; | 356 | regs->flags |= PT_FLAGS_CALLER_SAVES; |
| 357 | |||
| 358 | /* | ||
| 359 | * Notify any tracer that was single-stepping it. | ||
| 360 | * The tracer may want to single-step inside the | ||
| 361 | * handler too. | ||
| 362 | */ | ||
| 363 | if (test_thread_flag(TIF_SINGLESTEP)) | ||
| 364 | ptrace_notify(SIGTRAP); | ||
| 365 | |||
| 366 | return 0; | 357 | return 0; |
| 367 | 358 | ||
| 368 | give_sigsegv: | 359 | give_sigsegv: |
