diff options
author | 2022-03-10 14:54:49 +0000 | |
---|---|---|
committer | 2022-03-10 20:21:58 +0100 | |
commit | 1132e6de11cfc334b44f609792664f1bc3055c52 (patch) | |
tree | 1f608c6ce94aee7d5dc83ff2a9c76a7d160fd593 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board (diff) | |
download | wireguard-linux-1132e6de11cfc334b44f609792664f1bc3055c52.tar.xz wireguard-linux-1132e6de11cfc334b44f609792664f1bc3055c52.zip |
x86, ACPI: rename init_freq_invariance_cppc() to arch_init_invariance_cppc()
init_freq_invariance_cppc() was called in acpi_cppc_processor_probe(),
after CPU performance information and controls were populated from the
per-cpu _CPC objects.
But these _CPC objects provide information that helps with both CPU
(u-arch) and frequency invariance. Therefore, change the function name
to a more generic one, while adding the arch_ prefix, as this function
is expected to be defined differently by different architectures.
Signed-off-by: Ionela Voinescu <ionela.voinescu@arm.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Tested-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions