diff options
author | 2017-07-19 15:42:46 +0530 | |
---|---|---|
committer | 2017-07-26 00:15:45 +0200 | |
commit | ed4676e254630c1f00a4fc8f3821890fff7e3643 (patch) | |
tree | 5cedac1abae32d5bbdde7585bbe915ff036c581c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cpufreq: arm_big_little: Make ->get_transition_latency() mandatory (diff) | |
download | wireguard-linux-ed4676e254630c1f00a4fc8f3821890fff7e3643.tar.xz wireguard-linux-ed4676e254630c1f00a4fc8f3821890fff7e3643.zip |
cpufreq: Replace "max_transition_latency" with "dynamic_switching"
There is no limitation in the ondemand or conservative governors which
disallow the transition_latency to be greater than 10 ms.
The max_transition_latency field is rather used to disallow automatic
dynamic frequency switching for platforms which didn't wanted these
governors to run.
Replace max_transition_latency with a boolean (dynamic_switching) and
check for transition_latency == CPUFREQ_ETERNAL along with that. This
makes it pretty straight forward to read/understand now.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions