pub(crate) unsafe fn init_on_ap()
Expand description
Architecture-specific initialization on the application processor.
§Safety
This function must be called only once on each application processor.
And it should be called after the BSP’s call to init_on_bsp
.