aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/x86/turbostat/turbostat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/power/x86/turbostat/turbostat.c')
-rw-r--r--tools/power/x86/turbostat/turbostat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index 8b2d37b59c9e..4b05b445969e 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)
809 case 0x2C: /* Westmere EP - Gulftown */ 809 case 0x2C: /* Westmere EP - Gulftown */
810 case 0x2A: /* SNB */ 810 case 0x2A: /* SNB */
811 case 0x2D: /* SNB Xeon */ 811 case 0x2D: /* SNB Xeon */
812 case 0x3A: /* IVB */
813 case 0x3D: /* IVB Xeon */
812 return 1; 814 return 1;
813 case 0x2E: /* Nehalem-EX Xeon - Beckton */ 815 case 0x2E: /* Nehalem-EX Xeon - Beckton */
814 case 0x2F: /* Westmere-EX Xeon - Eagleton */ 816 case 0x2F: /* Westmere-EX Xeon - Eagleton */