[Public] > -----Original Message----- > From: Jan Beulich <[email protected]> > Sent: Thursday, January 22, 2026 5:44 PM > To: [email protected] > Cc: Andrew Cooper <[email protected]>; Roger Pau Monné > <[email protected]>; Penny, Zheng <[email protected]> > Subject: [PATCH 5/5] cpufreq/amd-cppc: move pxfreq_mhz into driver data > > No reason for it to be a separate per-CPU item; it's connected to a struct > cpufreq_policy instance just like other driver data. > > This also eliminates the concern over amd_cppc_cpufreq_cpu_init() being > called for > all CPUs, or a CPU going offline that's recorded in policy->cpu (which would > result > in accesses of per-CPU data of offline CPUs). > > Signed-off-by: Jan Beulich <[email protected]> >
Reviewed-by: Penny Zheng <[email protected]> Later, I'll rebase your commits and test them all on my board locally, and complement the Tested-by:. Since I guest upstream doesn't have boards with amd-cppc enabled in BIOS Many thanks, Penny Zheng
