Function set_this_cpu_id

Source
unsafe fn set_this_cpu_id(id: u32)
Expand description

Initializes the current CPU ID. During the early boot phase

  • This function should be called only once per processor.

  • id should be valid.