Re: [PATCH] cpufreq: governors: implement generic policy_is_shared

2013-01-31 Thread Viresh Kumar
On Thu, Jan 31, 2013 at 2:25 PM, Fabio Baltieri wrote: > On Thu, Jan 31, 2013 at 02:01:27PM +0530, Viresh Kumar wrote: >> On 31 January 2013 13:44, Fabio Baltieri wrote: >> > Implement a generic helper function policy_is_shared() to replace the >> > current dbs_sw_coordinated_cpus() at cpufreq le

Re: [PATCH] cpufreq: governors: implement generic policy_is_shared

2013-01-31 Thread Fabio Baltieri
On Thu, Jan 31, 2013 at 02:01:27PM +0530, Viresh Kumar wrote: > On 31 January 2013 13:44, Fabio Baltieri wrote: > > Implement a generic helper function policy_is_shared() to replace the > > current dbs_sw_coordinated_cpus() at cpufreq level, so that it can be > > used by code other than cpufreq go

Re: [PATCH] cpufreq: governors: implement generic policy_is_shared

2013-01-31 Thread Viresh Kumar
On 31 January 2013 13:44, Fabio Baltieri wrote: > Implement a generic helper function policy_is_shared() to replace the > current dbs_sw_coordinated_cpus() at cpufreq level, so that it can be > used by code other than cpufreq governors. > > Suggested-by: Viresh Kumar > Signed-off-by: Fabio Baltie

[PATCH] cpufreq: governors: implement generic policy_is_shared

2013-01-31 Thread Fabio Baltieri
Implement a generic helper function policy_is_shared() to replace the current dbs_sw_coordinated_cpus() at cpufreq level, so that it can be used by code other than cpufreq governors. Suggested-by: Viresh Kumar Signed-off-by: Fabio Baltieri --- drivers/cpufreq/cpufreq_conservative.c | 2 +- driv