Function late_init_on_bsp

Source
pub(crate) unsafe fn late_init_on_bsp()
Expand description

Architecture-specific initialization on the bootstrapping processor.

It should be called when the heap and frame allocators are available.

ยงSafety

  1. This function must be called only once
  2. This function must be called in the boot context of the bootstrapping processor.