Function ap_start::take_ap_stack
source · pub fn take_ap_stack(cpu_id: u32) -> Option<NoDrop<Stack>>
Expand description
Remove the stack that was allocated for the AP with the given cpu_id
.
pub fn take_ap_stack(cpu_id: u32) -> Option<NoDrop<Stack>>
Remove the stack that was allocated for the AP with the given cpu_id
.