]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: governor: Move common tunables to 'struct dbs_data'
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 9 Feb 2016 03:31:32 +0000 (09:01 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Mar 2016 13:40:58 +0000 (14:40 +0100)
commitde62590114687597a92c802b561e1bf56445d276
tree8985a281466043f7777eb303917c1ce820835260
parentaf934d419d47a2f8fcb6c66b33fdd6193dc0278c
cpufreq: governor: Move common tunables to 'struct dbs_data'

There are a few common tunables shared between the ondemand and
conservative governors.  Move them to struct dbs_data to simplify
code.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Tested-by: Juri Lelli <juri.lelli@arm.com>
Tested-by: Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com>
[ rjw: Changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq_conservative.c
drivers/cpufreq/cpufreq_governor.c
drivers/cpufreq/cpufreq_governor.h
drivers/cpufreq/cpufreq_ondemand.c