| commit | 7645a24cbd01cbf4865d1273d5ddaa8d8c2ccb3a | [log] [tgz] |
|---|---|---|
| author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Mon Mar 08 13:51:31 2010 +0100 |
| committer | Ingo Molnar <mingo@elte.hu> | Wed Mar 10 13:23:39 2010 +0100 |
| tree | 60cbc260be0756d14224142b5773e1760557b826 | |
| parent | b83a46e7da4a948cc852ba7805dfb1a392dec861 [diff] |
perf, x86: Remove checking_{wr,rd}msr() usage
We don't need checking_{wr,rd}msr() calls, since we should know what cpu
we're running on and not use blindly poke at msrs.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: paulus@samba.org
Cc: eranian@google.com
Cc: robert.richter@amd.com
Cc: fweisbec@gmail.com
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>