tools/power turbostat: Intel Xeon x200: fix turbo-ratio decoding
authorHubert Chrzaniuk <hubert.chrzaniuk@intel.com>
Wed, 10 Feb 2016 13:55:22 +0000 (14:55 +0100)
committerLen Brown <len.brown@intel.com>
Sun, 13 Mar 2016 07:55:38 +0000 (03:55 -0400)
commitcbf97abaf3689652bcddc0741dc49629d1838142
treec085bc92795c8807a5923542490ecb19c3f21c7d
parent121b48bb77187cf2ed3053e147d2e6c1e864083c
tools/power turbostat: Intel Xeon x200: fix turbo-ratio decoding

Following changes have been made:
- changed MSR_NHM_TURBO_RATIO_LIMIT to MSR_TURBO_RATIO_LIMIT in debug print
  for consistency with Developer Manual
- updated definition of bitfields in MSR_TURBO_RATIO_LIMIT and appropriate
  parsing code
- added x200 to list of architectures that do not support Nahlem compatible
  definition of MSR_TURBO_RATIO_LIMIT register (x200 has the register but
  bits definition is custom)
- fixed typo in code that parses MSR_TURBO_RATIO_LIMIT
  (logical instead of bitwise operator)
- changed MSR_TURBO_RATIO_LIMIT parsing algorithm so the print out had the
  same order as implementations for other platforms

Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c