Re: [PATCH 1/11] cpufreq: Clean up default and fallback governor setup

2016-02-03 Thread Viresh Kumar
On 04-02-16, 00:14, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The preprocessor magic used for setting the default cpufreq governor > (and for using the performance governor as a fallback one for that > matter) is really nasty, so replace it with __weak functions and > overrides. >

Re: [PATCH 1/11] cpufreq: Clean up default and fallback governor setup

2016-02-03 Thread Saravana Kannan
On 02/03/2016 03:14 PM, Rafael J. Wysocki wrote: From: Rafael J. Wysocki The preprocessor magic used for setting the default cpufreq governor (and for using the performance governor as a fallback one for that matter) is really nasty, so replace it with __weak functions and overrides.

[PATCH 1/11] cpufreq: Clean up default and fallback governor setup

2016-02-03 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The preprocessor magic used for setting the default cpufreq governor (and for using the performance governor as a fallback one for that matter) is really nasty, so replace it with __weak functions and overrides. Signed-off-by: Rafael J. Wysocki ---

[PATCH 1/11] cpufreq: Clean up default and fallback governor setup

2016-02-03 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The preprocessor magic used for setting the default cpufreq governor (and for using the performance governor as a fallback one for that matter) is really nasty, so replace it with __weak functions and overrides. Signed-off-by: Rafael J.

Re: [PATCH 1/11] cpufreq: Clean up default and fallback governor setup

2016-02-03 Thread Saravana Kannan
On 02/03/2016 03:14 PM, Rafael J. Wysocki wrote: From: Rafael J. Wysocki The preprocessor magic used for setting the default cpufreq governor (and for using the performance governor as a fallback one for that matter) is really nasty, so replace it with __weak

Re: [PATCH 1/11] cpufreq: Clean up default and fallback governor setup

2016-02-03 Thread Viresh Kumar
On 04-02-16, 00:14, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The preprocessor magic used for setting the default cpufreq governor > (and for using the performance governor as a fallback one for that > matter) is really nasty, so replace it with __weak