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/
This archive was generated by hypermail 2b29 : Wed Aug 07 2002 - 22:00:26 EST