pub fn call_secondary_main(cpu_id: usize) -> !
Expand description
Call the function decorated by axplat::secondary_main
for secondary cores.
This function should only be called by the platform implementer, not the kernel.
pub fn call_secondary_main(cpu_id: usize) -> !
Call the function decorated by axplat::secondary_main
for secondary cores.
This function should only be called by the platform implementer, not the kernel.