Function init_percpu

Source
pub fn init_percpu(cpu_id: usize)
Expand description

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.