]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: governors: remove redundant code
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 25 Oct 2012 22:47:42 +0000 (00:47 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Nov 2012 23:33:07 +0000 (00:33 +0100)
commit4471a34f9a1f2da220272e823bdb8e8fa83a7661
treed63e8c16a4b40da97b558d4b955f8e64157b8900
parent0676f7f2e7d2adec11f40320ca43a8897b8ef906
cpufreq: governors: remove redundant code

Initially ondemand governor was written and then using its code conservative
governor is written. It used a lot of code from ondemand governor, but copy of
code was created instead of using the same routines from both governors. Which
increased code redundancy, which is difficult to manage.

This patch is an attempt to move common part of both the governors to
cpufreq_governor.c file to come over above mentioned issues.

This shouldn't change anything from functionality point of view.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
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 [new file with mode: 0644]
drivers/cpufreq/cpufreq_ondemand.c
include/linux/cpufreq.h