Function init_num_cpus

Source
unsafe fn init_num_cpus(num_cpus: u32)
Expand description

Initializes the number of CPUs.

  • This function should be executed after BSP has booted before APs have not booted.

  • num_cpus should be the number of CPUs in the execution.