#[secondary_entry]
Attribute to declare the secondary entry point of the program
#[entry] fn secondary(cpu_id: usize) -> ! { loop { /* .. */ } }