commit | de1df26b7cef702a32ae876ed45c1112f523df48 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Feb 05 02:37:42 2016 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Feb 05 02:37:42 2016 +0100 |
tree | 2f925721891aaf66f0185c874d4a3c250f3d2c7a | |
parent | 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3 [diff] |
cpufreq: Clean up default and fallback governor setup The preprocessor magic used for setting the default cpufreq governor (and for using the performance governor as a fallback one for that matter) is really nasty, so replace it with __weak functions and overrides. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Saravana Kannan <skannan@codeaurora.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>