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.
The caller must ensure that this function is called with the correct value of the CPU ID.
idshould be valid.