Re: [PATCH v7 3/4] cpufreq: conservative: call dbs_check_cpu only when necessary

2013-01-30 Thread Viresh Kumar
On 30 January 2013 22:23, Fabio Baltieri wrote: > On Wed, Jan 30, 2013 at 09:23:22PM +0530, Viresh Kumar wrote: > Can't argue with this, but the two had some subdle differences (namely > th two dbs_info structures) and I opted to not mess up forcing some > non-obvious common code. > > Feel free t

Re: [PATCH v7 3/4] cpufreq: conservative: call dbs_check_cpu only when necessary

2013-01-30 Thread Fabio Baltieri
On Wed, Jan 30, 2013 at 09:23:22PM +0530, Viresh Kumar wrote: > On 30 January 2013 18:30, Fabio Baltieri wrote: > > Modify conservative timer to not resample CPU utilization if recently > > sampled from another SW coordinated core. > > > > Signed-off-by: Fabio Baltieri > > We are again doing the

Re: [PATCH v7 3/4] cpufreq: conservative: call dbs_check_cpu only when necessary

2013-01-30 Thread Viresh Kumar
On 30 January 2013 18:30, Fabio Baltieri wrote: > Modify conservative timer to not resample CPU utilization if recently > sampled from another SW coordinated core. > > Signed-off-by: Fabio Baltieri We are again doing the same mistake which i fixed with: commit 4471a34f9a1f2da220272e823bdb8e8fa8

[PATCH v7 3/4] cpufreq: conservative: call dbs_check_cpu only when necessary

2013-01-30 Thread Fabio Baltieri
Modify conservative timer to not resample CPU utilization if recently sampled from another SW coordinated core. Signed-off-by: Fabio Baltieri --- drivers/cpufreq/cpufreq_conservative.c | 47 +- 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/drivers