]> git.baikalelectronics.ru Git - kernel.git/commit
tools/power turbostat: IVB Xeon: fix --debug regression
authorLen Brown <len.brown@intel.com>
Sat, 26 Sep 2015 01:12:39 +0000 (21:12 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 26 Sep 2015 04:50:48 +0000 (00:50 -0400)
commita6d8155f2647fc3abda5f697ae45cf9c6404462f
treee3bc3e0acb2a5fd4a4c3a709a8e746c082a2036d
parentcc325c104bb229cd7ccd17c1f201de2fd8065948
tools/power turbostat: IVB Xeon: fix --debug regression

Staring in Linux-4.3-rc1,
commit 67b35633ae00 ("tools/power turbostat: dump CONFIG_TDP")
touches MSR 0x648, which is not supported on IVB-Xeon.
This results in "turbostat --debug" exiting on those systems:

turbostat: /dev/cpu/2/msr offset 0x648 read failed: Input/output error

Remove IVB-Xeon from the list of machines supporting with that MSR.

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