Function init_percpu
Source pub fn init_percpu(cpu_id: usize)
Expand description
Initializes the per-CPU data structures.
It calls the initialization function of the percpu crate. It (or other
alternative initialization) should be called before init_trap.