linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix typo in i386 single step changes
@ 2005-01-02 23:32 Andi Kleen
  2005-01-02 23:41 ` Daniel Jacobowitz
  2005-01-03  3:30 ` Jesse Allen
  0 siblings, 2 replies; 6+ messages in thread
From: Andi Kleen @ 2005-01-02 23:32 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, davidel, mh, dan, the3dfxdude


Fix an obvious typo in the recent i386 single stepping changes.

I would recommend to redo all the Wine etc. testing that lead to this patch
since it probably never worked.

Signed-off-by: Andi Kleen <ak@muc.de>

--- linux-2.6.10-bk5/arch/i386/kernel/traps.c-o	Mon Jan  3 01:02:06 2005
+++ linux-2.6.10-bk5/arch/i386/kernel/traps.c	Mon Jan  3 01:03:05 2005
@@ -725,7 +725,7 @@
 		if (tsk->ptrace & PT_DTRACE) {
 			regs->eflags &= ~TF_MASK;
 			tsk->ptrace &= ~PT_DTRACE;
-			if (!tsk->ptrace & PT_DTRACE)
+			if (!(tsk->ptrace & PT_DTRACE))
 				goto clear_TF;
 		}
 	}


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-01-03  3:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-02 23:32 [PATCH] Fix typo in i386 single step changes Andi Kleen
2005-01-02 23:41 ` Daniel Jacobowitz
2005-01-03  0:01   ` Andi Kleen
2005-01-03  1:41     ` Linus Torvalds
2005-01-03  1:11   ` Linus Torvalds
2005-01-03  3:30 ` Jesse Allen

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).