x86: clean up comments wrt. rd{msr|tsc|pmc}
authorJike Song <albcamus@gmail.com>
Fri, 17 Oct 2008 05:25:07 +0000 (13:25 +0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 28 Oct 2008 15:47:08 +0000 (16:47 +0100)
The rdmsr instruction(et al) for i386 and x86-64 are semantically same.
The only difference is how gcc interpret constraint "A" for these targets.

Signed-off-by: Jike Song <albcamus@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found