diff options
author | Len Brown <len.brown@intel.com> | 2012-09-20 13:43:07 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-09-26 18:11:48 -0400 |
commit | d7db69016548c4bf3bec3556f6a15b9332dae34f (patch) | |
tree | f3078682bb8634bfe13d6d23269788b4ebd1eb80 | |
parent | 1300651b40298ce60ee628b8f13f8c121706b06c (diff) |
tools/power turbostat: delete unused line
MSR_TSC is no longer needed because
we now use RDTSC directly.
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 7108d8671c11..3c9dc54c710c 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include <ctype.h> | 35 | #include <ctype.h> |
36 | #include <sched.h> | 36 | #include <sched.h> |
37 | 37 | ||
38 | #define MSR_TSC 0x10 | ||
39 | #define MSR_NEHALEM_PLATFORM_INFO 0xCE | 38 | #define MSR_NEHALEM_PLATFORM_INFO 0xCE |
40 | #define MSR_NEHALEM_TURBO_RATIO_LIMIT 0x1AD | 39 | #define MSR_NEHALEM_TURBO_RATIO_LIMIT 0x1AD |
41 | #define MSR_APERF 0xE8 | 40 | #define MSR_APERF 0xE8 |