Function call_secondary_main

Source
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.