mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-28 11:21:04 -05:00
CRIS v10: Clear TIF_SYSCALL_TRACE flag in ptrace_disable in kernel/ptrace.c
This commit is contained in:
@@ -65,6 +65,7 @@ void
|
||||
ptrace_disable(struct task_struct *child)
|
||||
{
|
||||
/* Todo - pending singlesteps? */
|
||||
clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user