pub fn call_secondary_main(cpu_id: usize) -> !Available on crate feature
smp only.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.