On 26.01.2026 18:53, Andrew Cooper wrote: > cpu_dev.c_early_init() and .c_init() is a spilt we inherited from Linux. > > In Xen, these are called moments apart in identify_cpu(). The only logic > between the two calls is filling part of c->x86_capability[] and collecting > the the long model name. > > We are going to want to repurpose .c_early_init() somewhat, so move the logic > wanting running on all CPUs to the .c_init() hook, which is only marginally > later. > > No functional change. > > Signed-off-by: Andrew Cooper <[email protected]>
Acked-by: Jan Beulich <[email protected]>
