mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-22 14:13:56 +00:00
intel_pstate: Turn per cpu printk into pr_debug
On larger systems intel_pstate currently spams the boot up log with its "Intel pstate controlling ..." message for each CPU. It's the only subsystem that prints a message for each CPU. Turn the message into a pr_debug. Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
52addcf9d6
commit
ce717613f3
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ static int intel_pstate_init_cpu(unsigned int cpunum)
|
||||||
|
|
||||||
add_timer_on(&cpu->timer, cpunum);
|
add_timer_on(&cpu->timer, cpunum);
|
||||||
|
|
||||||
pr_info("Intel pstate controlling: cpu %d\n", cpunum);
|
pr_debug("Intel pstate controlling: cpu %d\n", cpunum);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue