commit | 70e9e778337973d5bf57004092b360bd3f3c412f | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Oct 03 20:29:07 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Oct 16 00:50:33 2013 +0200 |
tree | 8c8f19f60b723421764caee1926f15db36bdb35b | |
parent | 9909aa1e3b69eb05201bdbd2b9bde00c50c1723a [diff] |
cpufreq: create cpufreq_generic_init() routine Many CPUFreq drivers for SMP system (where all cores share same clock lines), do similar stuff in their ->init() part. This patch creates a generic routine in cpufreq core which can be used by these so that we can remove some redundant code. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>