[Public] > -----Original Message----- > From: Jan Beulich <[email protected]> > Sent: Thursday, January 22, 2026 5:43 PM > To: [email protected] > Cc: Andrew Cooper <[email protected]>; Roger Pau Monné > <[email protected]>; Penny, Zheng <[email protected]> > Subject: [PATCH 4/5] cpufreq/amd-cppc: move epp_init 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 further reduces 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]> Many thanks, Penny Zheng
