#[no_mangle]
pub fn rust_main_secondary(cpu_id: usize) -> !
Available on crate feature smp only.
Expand description

The main entry point of the ArceOS runtime for secondary CPUs.

It is called from the bootstrapping code in axhal.