Skip to content

Commit 884a1f9

Browse files
committed
tools/power turbostat: update dump of SECONDARY_TURBO_RATIO_LIMIT
cosmetic only (but useful if you copy/paste) Signed-off-by: Len Brown <[email protected]>
1 parent eeac8ed commit 884a1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,7 @@ static void dump_turbo_ratio_limits(int trl_msr_offset, int family, int model)
25382538

25392539
get_msr(base_cpu, trl_msr_offset, &msr);
25402540
fprintf(outf, "cpu%d: MSR_%sTURBO_RATIO_LIMIT: 0x%08llx\n",
2541-
base_cpu, trl_msr_offset == MSR_SECONDARY_TURBO_RATIO_LIMIT ? "SECONDARY" : "", msr);
2541+
base_cpu, trl_msr_offset == MSR_SECONDARY_TURBO_RATIO_LIMIT ? "SECONDARY_" : "", msr);
25422542

25432543
if (has_turbo_ratio_group_limits(family, model)) {
25442544
get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT1, &core_counts);

0 commit comments

Comments
 (0)