]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
tools turbostat: recognize and run properly on IVB
authorLen Brown <len.brown@intel.com>
Fri, 18 Nov 2011 08:32:01 +0000 (03:32 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 18 Nov 2011 08:32:01 +0000 (03:32 -0500)
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c

index 8b2d37b59c9e2178c21256b240b3ca76b3081a76..4b05b445969ed4891a4e078b949f3f41e514399e 100644 (file)
@@ -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 */