mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
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)
|
||||
{
|
||||
/* Todo - pending singlesteps? */
|
||||
clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user