]> git.baikalelectronics.ru Git - kernel.git/commit
intel_pstate: Turn per cpu printk into pr_debug
authorAndi Kleen <ak@linux.intel.com>
Wed, 27 Aug 2014 17:17:08 +0000 (10:17 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 27 Aug 2014 23:23:08 +0000 (01:23 +0200)
commit76c3695361f05a6b39eea2c4b7bf091e1cd16c42
treeffbb1de696408974876092bd7a435e584b784a1f
parentc7f7e50ad9473f509b2a4619433a13f568a7f1c3
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>
drivers/cpufreq/intel_pstate.c