Re: [PATCH] kprobes for 2.5.30

Linus Torvalds (torvalds@transmeta.com)
Sun, 4 Aug 2002 21:24:32 -0700 (PDT)


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/