summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/ptrace_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/kernel/ptrace_s.c')
-rw-r--r--arch/h8300/kernel/ptrace_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/ptrace_s.c b/arch/h8300/kernel/ptrace_s.c
index c0af930052c0..ee21f37b7ed4 100644
--- a/arch/h8300/kernel/ptrace_s.c
+++ b/arch/h8300/kernel/ptrace_s.c
@@ -40,5 +40,5 @@ void user_enable_single_step(struct task_struct *child)
asmlinkage void trace_trap(unsigned long bp)
{
(void)bp;
- force_sig(SIGTRAP, current);
+ force_sig(SIGTRAP);
}