From: Zhang Rui Date: Sun, 21 Apr 2019 08:30:22 +0000 (+0800) Subject: tools/power turbostat: add Jacobsville support X-Git-Tag: v5.4.17~2828^2~9 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b62b3184576b8f87ca655dd9bfd1ae02fd4e50a5;p=arm%2Flinux.git tools/power turbostat: add Jacobsville support Jacobsville behaves like Denverton. Signed-off-by: Zhang Rui Signed-off-by: Len Brown --- diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index f8f4e1c130a6..35f4366a522e 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -4591,6 +4591,9 @@ unsigned int intel_model_duplicates(unsigned int model) case INTEL_FAM6_ICELAKE_MOBILE: return INTEL_FAM6_CANNONLAKE_MOBILE; + + case INTEL_FAM6_ATOM_TREMONT_X: + return INTEL_FAM6_ATOM_GOLDMONT_X; } return model; }