Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 553575f1 authored by Len Brown's avatar Len Brown
Browse files

tools turbostat: recognize and run properly on IVB



Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 31555213
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */