On Wed, Apr 13, 2022, Sean Christopherson wrote: > On Wed, Apr 13, 2022, Sean Christopherson wrote: > > On Tue, Apr 12, 2022, Varad Gautam wrote: > > > @@ -142,3 +143,26 @@ void smp_reset_apic(void) > > > > > > atomic_inc(&active_cpus); > > > } > > > + > > > +void ap_init(void) Sorry for chaining these, I keep understanding more things as I read through the end of the series. Hopefully this is the last one. Can this be named setup_efi_rm_trampoline()? Or whatever best matches the name we decide on. I keep thinking APs bounce through this to do their initialization, but it's the BSP doing setup to prep waking the APs.