On 18-02-16, 02:20, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <rafael.j.wyso...@intel.com> > > The io_is_busy governor tunable is only used by the ondemand governor > and is located in the ondemand-specific data structure, but it is > looked at by the common governor code that has to do ugly things to > get to that value, so move it to struct dbs_data and modify ondemand > accordingly. > > Since the conservative governor never touches that field, it will > be always 0 for that governor and it won't have any effect on the > results of computations in that case. > > Signed-off-by: Rafael J. Wysocki <rafael.j.wyso...@intel.com> > --- > drivers/cpufreq/cpufreq_governor.c | 27 +++++++++------------------ > drivers/cpufreq/cpufreq_governor.h | 2 +- > drivers/cpufreq/cpufreq_ondemand.c | 12 +++++------- > 3 files changed, 15 insertions(+), 26 deletions(-)
Acked-by: Viresh Kumar <viresh.ku...@linaro.org> -- viresh