Skip to content

Commit

Permalink
tools/power turbostat: add Jacobsville support
Browse files Browse the repository at this point in the history
Jacobsville behaves like Denverton.

Signed-off-by: Zhang Rui <[email protected]>
Signed-off-by: Len Brown <[email protected]>
  • Loading branch information
zhang-rui authored and lenb committed Aug 31, 2019
1 parent eeb71c9 commit b62b318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/power/x86/turbostat/turbostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b62b318

Please sign in to comment.