Commit 2afab729 authored by Jesper Nilsson's avatar Jesper Nilsson

CRIS v10: Clear TIF_SYSCALL_TRACE flag in ptrace_disable in kernel/ptrace.c

parent b1220e2e
...@@ -65,6 +65,7 @@ void ...@@ -65,6 +65,7 @@ void
ptrace_disable(struct task_struct *child) ptrace_disable(struct task_struct *child)
{ {
/* Todo - pending singlesteps? */ /* Todo - pending singlesteps? */
clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE);
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment