Static apic::INTERRUPT_CHIP
source · pub static INTERRUPT_CHIP: AtomicCell<InterruptChip>Expand description
The interrupt chip that is currently configured on this machine.
The default is InterruptChip::PIC, but the typical case is APIC or X2APIC,
which will be set once those chips have been initialized.