Function rust_main_secondary

Source
#[export_name = "__axplat_secondary_main"]
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 cores.

It is called from the bootstrapping code in the specific platform crate.