sunrise_bootstrap::gdt::i386::instructions::interrupts
pub unsafe fn cli()
Disable interrupts
Should be paired with a call to sti. While interrupts are disabled, care should be taken not to sleep in any way, as this will cause a deadlock.