Skip to content

Commit

Permalink
CRIS v10: Clear TIF_SYSCALL_TRACE flag in ptrace_disable in kernel/pt…
Browse files Browse the repository at this point in the history
…race.c
  • Loading branch information
Jesper Nilsson committed Feb 8, 2008
1 parent b1220e2 commit 2afab72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/cris/arch-v10/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ void
ptrace_disable(struct task_struct *child)
{
/* Todo - pending singlesteps? */
clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE);
}

/*
Expand Down

0 comments on commit 2afab72

Please sign in to comment.