pub fn cpu_off()Expand description
Power down the calling core. This call is intended for use in hotplug. A
core that is powered down by cpu_off can only be powered up again in
response to a cpu_on.
pub fn cpu_off()Power down the calling core. This call is intended for use in hotplug. A
core that is powered down by cpu_off can only be powered up again in
response to a cpu_on.