Skip to main content

init_percpu

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 ax-percpu crate. It (or other alternative initialization) should be called before init_trap.