Re: [PATCH 1/2 v3] intel_pstate: skip this driver if Sun server has _PPC method

2014-11-26 Thread ethan zhao
Dirk, On 2014/11/25 22:57, Dirk Brandewie wrote: On 11/24/2014 08:59 PM, Ethan Zhao wrote: Oracle Sun X86 servers have dynamic power capping capability that works via ACPI _PPC method etc, so skip loading this driver if Sun server has ACPI _PPC enabled. How about this patch? only compile t

Re: [PATCH 1/2 v3] intel_pstate: skip this driver if Sun server has _PPC method

2014-11-26 Thread Linda Knippers
On 11/26/2014 12:54 PM, Linda Knippers wrote: > On 11/25/2014 9:57 AM, Dirk Brandewie wrote: >> On 11/24/2014 08:59 PM, Ethan Zhao wrote: >>> Oracle Sun X86 servers have dynamic power capping capability that works via >>> ACPI _PPC method etc, so skip loading this driver if Sun server has ACPI >>>

Re: [PATCH 1/2 v3] intel_pstate: skip this driver if Sun server has _PPC method

2014-11-26 Thread Linda Knippers
On 11/25/2014 9:57 AM, Dirk Brandewie wrote: > On 11/24/2014 08:59 PM, Ethan Zhao wrote: >> Oracle Sun X86 servers have dynamic power capping capability that works via >> ACPI _PPC method etc, so skip loading this driver if Sun server has ACPI _PPC >> enabled. >> > > How about this patch? only com

Re: [PATCH 1/2 v3] intel_pstate: skip this driver if Sun server has _PPC method

2014-11-25 Thread ethan
Dirk, > 在 2014年11月25日,22:57,Dirk Brandewie 写道: > >> On 11/24/2014 08:59 PM, Ethan Zhao wrote: >> Oracle Sun X86 servers have dynamic power capping capability that works via >> ACPI _PPC method etc, so skip loading this driver if Sun server has ACPI _PPC >> enabled. > How about this patch? only c

Re: [PATCH 1/2 v3] intel_pstate: skip this driver if Sun server has _PPC method

2014-11-25 Thread Dirk Brandewie
On 11/24/2014 08:59 PM, Ethan Zhao wrote: Oracle Sun X86 servers have dynamic power capping capability that works via ACPI _PPC method etc, so skip loading this driver if Sun server has ACPI _PPC enabled. How about this patch? only compile tested. diff --git a/drivers/cpufreq/intel_pstate.c b