Re: [PATCH Resend] cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'

2014-06-09 Thread Rafael J. Wysocki
On Monday, June 09, 2014 02:41:12 PM Srivatsa S. Bhat wrote: > On 06/09/2014 02:21 PM, Viresh Kumar wrote: > > 'copy_prev_load' was recently added by commit: 18b46ab (cpufreq: governor: > > Be > > friendly towards latency-sensitive bursty workloads). > > > > It actually is a bit redundant as we a

Re: [PATCH Resend] cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'

2014-06-09 Thread Srivatsa S. Bhat
On 06/09/2014 02:21 PM, Viresh Kumar wrote: > 'copy_prev_load' was recently added by commit: 18b46ab (cpufreq: governor: Be > friendly towards latency-sensitive bursty workloads). > > It actually is a bit redundant as we also have 'prev_load' which can store any > integer value and can be used ins

[PATCH Resend] cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'

2014-06-09 Thread Viresh Kumar
'copy_prev_load' was recently added by commit: 18b46ab (cpufreq: governor: Be friendly towards latency-sensitive bursty workloads). It actually is a bit redundant as we also have 'prev_load' which can store any integer value and can be used instead of 'copy_prev_load' by setting it zero. True loa