Re: [PATCH] intel_pstate: Turn per cpu printk into pr_debug

2014-08-27 Thread Rafael J. Wysocki
On Wednesday, August 27, 2014 10:27:58 AM Dirk Brandewie wrote: > On 08/27/2014 10:17 AM, Andi Kleen wrote: > > From: Andi Kleen > > > > 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

Re: [PATCH] intel_pstate: Turn per cpu printk into pr_debug

2014-08-27 Thread Dirk Brandewie
On 08/27/2014 10:17 AM, Andi Kleen wrote: From: Andi Kleen 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:

[PATCH] intel_pstate: Turn per cpu printk into pr_debug

2014-08-27 Thread Andi Kleen
From: Andi Kleen 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 ---

[PATCH] intel_pstate: Turn per cpu printk into pr_debug

2014-08-27 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com 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

Re: [PATCH] intel_pstate: Turn per cpu printk into pr_debug

2014-08-27 Thread Dirk Brandewie
On 08/27/2014 10:17 AM, Andi Kleen wrote: From: Andi Kleen a...@linux.intel.com 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

Re: [PATCH] intel_pstate: Turn per cpu printk into pr_debug

2014-08-27 Thread Rafael J. Wysocki
On Wednesday, August 27, 2014 10:27:58 AM Dirk Brandewie wrote: On 08/27/2014 10:17 AM, Andi Kleen wrote: From: Andi Kleen a...@linux.intel.com On larger systems intel_pstate currently spams the boot up log with its Intel pstate controlling ... message for each CPU. It's the only