diff options
Diffstat (limited to 'arch/parisc/kernel/signal.c')
| -rw-r--r-- | arch/parisc/kernel/signal.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/parisc/kernel/signal.c b/arch/parisc/kernel/signal.c index e8467e4aa8d1..35c827e94e31 100644 --- a/arch/parisc/kernel/signal.c +++ b/arch/parisc/kernel/signal.c | |||
| @@ -26,7 +26,6 @@ | |||
| 26 | #include <linux/stddef.h> | 26 | #include <linux/stddef.h> |
| 27 | #include <linux/compat.h> | 27 | #include <linux/compat.h> |
| 28 | #include <linux/elf.h> | 28 | #include <linux/elf.h> |
| 29 | #include <linux/tracehook.h> | ||
| 30 | #include <asm/ucontext.h> | 29 | #include <asm/ucontext.h> |
| 31 | #include <asm/rt_sigframe.h> | 30 | #include <asm/rt_sigframe.h> |
| 32 | #include <asm/uaccess.h> | 31 | #include <asm/uaccess.h> |
| @@ -469,7 +468,9 @@ handle_signal(unsigned long sig, siginfo_t *info, struct k_sigaction *ka, | |||
| 469 | recalc_sigpending(); | 468 | recalc_sigpending(); |
| 470 | spin_unlock_irq(¤t->sighand->siglock); | 469 | spin_unlock_irq(¤t->sighand->siglock); |
| 471 | 470 | ||
| 472 | tracehook_signal_handler(sig, info, ka, regs, 0); | 471 | tracehook_signal_handler(sig, info, ka, regs, |
| 472 | test_thread_flag(TIF_SINGLESTEP) || | ||
| 473 | test_thread_flag(TIF_BLOCKSTEP)); | ||
| 473 | 474 | ||
| 474 | return 1; | 475 | return 1; |
| 475 | } | 476 | } |
