pub fn init_percpu_secondary(cpu_id: usize)Available on crate feature 
smp only.Expand description
Initializes CPU-local data structures for secondary cores.
This function should be called as early as possible, as other initializations may acess the CPU-local data.