Skip to content

Commit

Permalink
tools turbostat: recognize and run properly on IVB
Browse files Browse the repository at this point in the history
Signed-off-by: Len Brown <[email protected]>
  • Loading branch information
lenb committed Nov 18, 2011
1 parent 3155521 commit 553575f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/power/x86/turbostat/turbostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 553575f

Please sign in to comment.