Function ap_start::insert_ap_stack
source · pub fn insert_ap_stack(cpu_id: u32, stack: Stack)
Expand description
Insert a new stack that was allocated for the AP with the given cpu_id
.
pub fn insert_ap_stack(cpu_id: u32, stack: Stack)
Insert a new stack that was allocated for the AP with the given cpu_id
.