commit | 9a2a9ebc0a758d887ee06e067e9f7f0b36ff7574 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Nov 10 18:25:57 2020 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Nov 10 18:31:17 2020 +0100 |
tree | a0da576cf684de92587993f5e62cd5e3eacf8515 | |
parent | f8394f232b1eab649ce2df5c5f15b0e528c92091 [diff] |
cpufreq: Introduce governor flags A new cpufreq governor flag will be added subsequently, so replace the bool dynamic_switching fleid in struct cpufreq_governor with a flags field and introduce CPUFREQ_GOV_DYNAMIC_SWITCHING to set for the "dynamic switching" governors instead of it. No intentional functional impact. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>