Re: asm ("rdtsc" : "=A" ((unsigned long long)d) );

Andrea Arcangeli (andrea@e-mind.com)
Fri, 8 Jan 1999 14:42:43 +0100 (CET)


On Thu, 7 Jan 1999, Hans Lermen wrote:

> While grebbing through the latest 2.2.0-pre5 I wonder why the "=A"
> constraint isn't used for (atleast) the rdtsc asm's.

Because most of the time we don't care about the high part of the tsc.

So we declare "dx" as clobbered.

Andrea Arcangeli

-
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/