* [PATCH] cris/arch-v10: don't clear TIF_SYSCALL_TRACE in ptrace_disable
@ 2010-02-03 9:03 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2010-02-03 9:03 UTC (permalink / raw)
To: starvik, jesper.nilsson; +Cc: linux-kernel, linux-arch
The flag is already cleared by the only caller directly after the call to
ptrace_disable.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: linux-2.6/arch/cris/arch-v10/kernel/ptrace.c
===================================================================
--- linux-2.6.orig/arch/cris/arch-v10/kernel/ptrace.c 2010-02-03 09:59:31.935004127 +0100
+++ linux-2.6/arch/cris/arch-v10/kernel/ptrace.c 2010-02-03 09:59:41.196068227 +0100
@@ -64,8 +64,6 @@ inline int put_reg(struct task_struct *t
void
ptrace_disable(struct task_struct *child)
{
- /* Todo - pending singlesteps? */
- clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE);
}
/*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-03 9:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-03 9:03 [PATCH] cris/arch-v10: don't clear TIF_SYSCALL_TRACE in ptrace_disable Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).