Re: [PATCH] 2.4.0-test5-pre2 preprocessing related fixes

Brian Gerst (bgerst@quark.vpplus.com)
Tue, 18 Jul 2000 18:05:35 -0400


Jakub Jelinek wrote:
> Also, there is an asm() fix, I really think the zatm author meant "=a" when
> writing "=eax" and not one of the 3 alternatives.

It should actually be:
- : "eax" (interval-diff),"g" (ticks),
+ : "0" (interval-diff),"g" (ticks),

--

Brian Gerst

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