[][src]Static sunrise_kernel::sync::INTERRUPT_DISARM

static INTERRUPT_DISARM: AtomicBool

Boolean to spin_lock_irq::permanently_disable_interrupts.

If this bool is set, all attempts to enable interrupts through a SpinLockIRQ are ignored, leaving the system in an unrecoverable state.

This is used by kernel panic handlers.