Skip to content

Commit 6cacd11

Browse files
spandruvadarafaeljw
authored andcommitted
cpufreq: intel_pstate: Downgrade print level for _PPC
Downgrade pr_info to pr_debug for the "_PPC limits will be enforced" message. In server systems with many cores this message is annoying. Signed-off-by: Srinivas Pandruvada <[email protected]> [ rjw: Changelog ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 60f05e8 commit 6cacd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/cpufreq/intel_pstate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ static void intel_pstate_init_acpi_perf_limits(struct cpufreq_policy *policy)
449449
cpu->acpi_perf_data.states[0].core_frequency =
450450
policy->cpuinfo.max_freq / 1000;
451451
cpu->valid_pss_table = true;
452-
pr_info("_PPC limits will be enforced\n");
452+
pr_debug("_PPC limits will be enforced\n");
453453

454454
return;
455455

0 commit comments

Comments
 (0)