diff options
author | Len Brown <len.brown@intel.com> | 2011-11-18 03:32:01 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-11-18 03:32:01 -0500 |
commit | 553575f1ae048aa44682b46b3c51929a0b3ad337 (patch) | |
tree | 14275aec6b879ac1619d18f2462cd67387329ca7 /tools/power/x86/turbostat | |
parent | 31555213f03bca37d2c02e10946296052f4ecfcd (diff) | |
download | op-kernel-dev-553575f1ae048aa44682b46b3c51929a0b3ad337.zip op-kernel-dev-553575f1ae048aa44682b46b3c51929a0b3ad337.tar.gz |
tools turbostat: recognize and run properly on IVB
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power/x86/turbostat')
-rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 8b2d37b..4b05b44 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -809,6 +809,8 @@ int has_nehalem_turbo_ratio_limit(unsigned int family, unsigned int model) case 0x2C: /* Westmere EP - Gulftown */ case 0x2A: /* SNB */ case 0x2D: /* SNB Xeon */ + case 0x3A: /* IVB */ + case 0x3D: /* IVB Xeon */ return 1; case 0x2E: /* Nehalem-EX Xeon - Beckton */ case 0x2F: /* Westmere-EX Xeon - Eagleton */ |