Re: [PATCH] intel_pstate: Add get_scaling cpu_defaults param to Knights Landing

2015-07-23 Thread Rafael J. Wysocki
On Tuesday, July 21, 2015 10:41:13 AM Lukasz Anaczkowski wrote: > Scaling for Knights Landing is same as the default scaling (10). > When Knigts Landing support was added to the pstate driver, this > parameter was omitted resulting in a kernel panic during boot. > > Reported-by: Yasuaki Ishima

Re: [PATCH] intel_pstate: Add get_scaling cpu_defaults param to Knights Landing

2015-07-21 Thread Kristen Carlson Accardi
On Tue, 21 Jul 2015 10:41:13 +0200 Lukasz Anaczkowski wrote: > Scaling for Knights Landing is same as the default scaling (10). > When Knigts Landing support was added to the pstate driver, this > parameter was omitted resulting in a kernel panic during boot. > > Reported-by: Yasuaki Ishimat

[PATCH] intel_pstate: Add get_scaling cpu_defaults param to Knights Landing

2015-07-21 Thread Lukasz Anaczkowski
Scaling for Knights Landing is same as the default scaling (10). When Knigts Landing support was added to the pstate driver, this parameter was omitted resulting in a kernel panic during boot. Reported-by: Yasuaki Ishimatsu Signed-off-by: Dasaratharaman Chandramouli Signed-off-by: Lukasz An