Re: [PATCH v5 07/18] xen/cpufreq: disable px statistic info in amd-cppc mode

2025-06-12 Thread Jan Beulich
On 27.05.2025 10:48, Penny Zheng wrote: > We want to bypass construction of px statistic info, while not bypassing > cpufreq_statistic_lock initialization for a good reason, in > cpufreq_statistic_init() for amd-cppc mode, as P-states is not necessary > there. > > Signed-off-by: Penny Zheng > Ac

[PATCH v5 07/18] xen/cpufreq: disable px statistic info in amd-cppc mode

2025-05-27 Thread Penny Zheng
We want to bypass construction of px statistic info, while not bypassing cpufreq_statistic_lock initialization for a good reason, in cpufreq_statistic_init() for amd-cppc mode, as P-states is not necessary there. Signed-off-by: Penny Zheng Acked-by: Jan Beulich --- v3 -> v4: - remove unnecessary