On Wed, 26 Mar 2025, Penny Zheng wrote: > We intend to move the following functions into drivers/acpi/pmstat.c, as they > are all designed for performance statistic: > - cpufreq_residency_update > - cpufreq_statistic_reset > - cpufreq_statistic_update > - cpufreq_statistic_init > - cpufreq_statistic_exit > and moving out acpi_set_pdc_bits(), as it is the handler for sub-hypercall > XEN_PM_PDC, and shall stay with the other handlers together in > drivers/cpufreq/cpufreq.c. > This commit also applies various style corrections while moving these > functions > > Signed-off-by: Penny Zheng <penny.zh...@amd.com>
I checked the diff and everything checks out. Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>