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

This commit is contained in:
Jesper Nilsson 2008-01-21 14:06:32 +01:00
parent b1220e2e7f
commit 2afab729f5

View file

@ -65,6 +65,7 @@ void
ptrace_disable(struct task_struct *child)
{
/* Todo - pending singlesteps? */
clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE);
}
/*