Function hermit::x86_64::kernel::irq::nested_enable[][src]

pub fn nested_enable(was_enabled: bool)
Expand description

Enable IRQs (nested)

Can be used in conjunction with nested_disable() to only enable interrupts again if they were enabled before.