Re: [PATCH 3/4] ACPI / processor: Introduce ARCH_HAS_ACPI_PDC

2014-07-08 Thread Hanjun Guo
On 2014年07月08日 05:13, Rafael J. Wysocki wrote: > On Wednesday, July 02, 2014 04:47:25 PM Hanjun Guo wrote: >> The use of _PDC is deprecated in ACPI 3.0 in favor of _OSC, >> as ARM platform is supported only in ACPI 5.0 or higher version, >> _PDC will not be used in ARM platform, so make Make _PDC o

Re: [PATCH 3/4] ACPI / processor: Introduce ARCH_HAS_ACPI_PDC

2014-07-07 Thread Rafael J. Wysocki
On Wednesday, July 02, 2014 04:47:25 PM Hanjun Guo wrote: > The use of _PDC is deprecated in ACPI 3.0 in favor of _OSC, > as ARM platform is supported only in ACPI 5.0 or higher version, > _PDC will not be used in ARM platform, so make Make _PDC only for > platforms with Intel CPUs. > > Introduce