Skip to content

Commit 756357b

Browse files
committed
tools/power turbostat: IVB Xeon: fix --debug regression
Staring in Linux-4.3-rc1, commit 6fb3143 ("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>
1 parent 1f93e4a commit 756357b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,8 +1926,6 @@ int has_config_tdp(unsigned int family, unsigned int model)
19261926

19271927
switch (model) {
19281928
case 0x3A: /* IVB */
1929-
case 0x3E: /* IVB Xeon */
1930-
19311929
case 0x3C: /* HSW */
19321930
case 0x3F: /* HSX */
19331931
case 0x45: /* HSW */

0 commit comments

Comments
 (0)