[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 3/5] cpufreq/amd-cppc: move driver data into policy > > Share space with the ACPI, powernow, and HWP drivers, avoiding a separate > allocation for each CPU. > > This then also 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
