Commit 93cac415 authored by Zhang Rui's avatar Zhang Rui Committed by Len Brown
Browse files

tools/power turbostat: Introduce support for EMR

parent 6cbfedc7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5462,6 +5462,9 @@ unsigned int intel_model_duplicates(unsigned int model)

	case INTEL_FAM6_ICELAKE_D:
		return INTEL_FAM6_ICELAKE_X;

	case INTEL_FAM6_EMERALDRAPIDS_X:
		return INTEL_FAM6_SAPPHIRERAPIDS_X;
	}
	return model;
}