Function axruntime::rust_main_secondary 
source · #[no_mangle]
pub extern "C" 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.