pub(crate) unsafe fn init_on_ap()Expand description
Architecture-specific initialization on the application processor.
-
This function should be called only once per application processor.
-
This function should be executed after [
init_on_bsp].
pub(crate) unsafe fn init_on_ap()Architecture-specific initialization on the application processor.
This function should be called only once per application processor.
This function should be executed after [init_on_bsp].