]> asedeno.scripts.mit.edu Git - linux.git/commit
cpufreq: provide default frequency-invariance setter function
authorDietmar Eggemann <dietmar.eggemann@arm.com>
Tue, 26 Sep 2017 16:41:07 +0000 (17:41 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Oct 2017 00:37:53 +0000 (02:37 +0200)
commite7d5459dfaf613799915e901189d296bdc7534f9
tree9d428eea59ddbe05521c342f10c5ea5ad0688b41
parent5408211a8f290ace85147858f4e05e18b942f489
cpufreq: provide default frequency-invariance setter function

Frequency-invariant accounting support based on the ratio of current
frequency and maximum supported frequency is an optional feature an arch
can implement.

Since there are cpufreq drivers (e.g. cpufreq-dt) which can be build for
different arch's a default implementation of the frequency-invariance
setter function arch_set_freq_scale() is needed.

This default implementation is an empty weak function which will be
overwritten by a strong function in case the arch provides one.

The setter function passes the cpumask of related (to the frequency
change) cpus (online and offline cpus), the (new) current frequency and
the maximum supported frequency.

Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq.c
include/linux/cpufreq.h