lkml.org 
[lkml]   [2002]   [Aug]   [5]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSun, 4 Aug 2002 21:24:32 -0700 (PDT)
FromLinus Torvalds <>
SubjectRe: [PATCH] kprobes for 2.5.30
On Mon, 5 Aug 2002, Rusty Russell wrote:
> 
> Done.  Look better?

How about one more cleanup: make the x86 do_int3()/do_debug() calling
convention be independent of CONFIG_KPROBE? 

Btw, the way to test against zero in x86 asm is not

	cmpl $0,%eax

but rather the shorter

	testl %eax,%eax

which just shows that the person who wrote the asm probably was used to
saner CPUs ;)

		Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:27    [from the cache]
©2003-2008