CRIS v10: Clear TIF_SYSCALL_TRACE flag in ptrace_disable in kernel/ptrace.c
This commit is contained in:
parent
b1220e2e7f
commit
2afab729f5
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue