Re: [PATCH RFC 2/5] ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR

2015-05-08 Thread Sudeep Holla
On 08/05/15 09:52, Hanjun Guo wrote: On 2015年05月07日 02:36, Ashwin Chaugule wrote: Hello, On 6 May 2015 at 10:31, Sudeep Holla wrote: Similar to the idle, thermal and throttling libraries, always compile the perflib if CONFIG_ACPI_PROCESSOR is enabled. This not only makes perflib alligned

Re: [PATCH RFC 2/5] ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR

2015-05-08 Thread Hanjun Guo
On 2015年05月07日 02:36, Ashwin Chaugule wrote: Hello, On 6 May 2015 at 10:31, Sudeep Holla wrote: Similar to the idle, thermal and throttling libraries, always compile the perflib if CONFIG_ACPI_PROCESSOR is enabled. This not only makes perflib alligned with other libraries but also helps in

Re: [PATCH RFC 2/5] ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR

2015-05-08 Thread Hanjun Guo
On 2015年05月07日 02:36, Ashwin Chaugule wrote: Hello, On 6 May 2015 at 10:31, Sudeep Holla sudeep.ho...@arm.com wrote: Similar to the idle, thermal and throttling libraries, always compile the perflib if CONFIG_ACPI_PROCESSOR is enabled. This not only makes perflib alligned with other libraries

Re: [PATCH RFC 2/5] ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR

2015-05-08 Thread Sudeep Holla
On 08/05/15 09:52, Hanjun Guo wrote: On 2015年05月07日 02:36, Ashwin Chaugule wrote: Hello, On 6 May 2015 at 10:31, Sudeep Holla sudeep.ho...@arm.com wrote: Similar to the idle, thermal and throttling libraries, always compile the perflib if CONFIG_ACPI_PROCESSOR is enabled. This not only

Re: [PATCH RFC 2/5] ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR

2015-05-06 Thread Ashwin Chaugule
Hello, On 6 May 2015 at 10:31, Sudeep Holla wrote: > Similar to the idle, thermal and throttling libraries, always compile > the perflib if CONFIG_ACPI_PROCESSOR is enabled. This not only makes > perflib alligned with other libraries but also helps in some sanity > testing of these ACPI methods

[PATCH RFC 2/5] ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR

2015-05-06 Thread Sudeep Holla
Similar to the idle, thermal and throttling libraries, always compile the perflib if CONFIG_ACPI_PROCESSOR is enabled. This not only makes perflib alligned with other libraries but also helps in some sanity testing of these ACPI methods even when a particular feature is not enabled in the kernel

[PATCH RFC 2/5] ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR

2015-05-06 Thread Sudeep Holla
Similar to the idle, thermal and throttling libraries, always compile the perflib if CONFIG_ACPI_PROCESSOR is enabled. This not only makes perflib alligned with other libraries but also helps in some sanity testing of these ACPI methods even when a particular feature is not enabled in the kernel

Re: [PATCH RFC 2/5] ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR

2015-05-06 Thread Ashwin Chaugule
Hello, On 6 May 2015 at 10:31, Sudeep Holla sudeep.ho...@arm.com wrote: Similar to the idle, thermal and throttling libraries, always compile the perflib if CONFIG_ACPI_PROCESSOR is enabled. This not only makes perflib alligned with other libraries but also helps in some sanity testing of