aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/ptrace_h.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/kernel/ptrace_h.c')
-rw-r--r--arch/h8300/kernel/ptrace_h.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/h8300/kernel/ptrace_h.c b/arch/h8300/kernel/ptrace_h.c
index f5ff3b794c85..15db45a03b04 100644
--- a/arch/h8300/kernel/ptrace_h.c
+++ b/arch/h8300/kernel/ptrace_h.c
@@ -250,7 +250,7 @@ asmlinkage void trace_trap(unsigned long bp)
{
if ((unsigned long)current->thread.breakinfo.addr == bp) {
user_disable_single_step(current);
- force_sig(SIGTRAP, current);
+ force_sig(SIGTRAP);
} else
- force_sig(SIGILL, current);
+ force_sig(SIGILL);
}