pub fn init_percpu(cpu_id: usize)
Initializes CPU-local data structures for the primary core.
This function should be called as early as possible, as other initializations may acess the CPU-local data.