unsafe fn force_unlock_loggers()Expand description
Force-unlocks the kernel serial logger and the basic_fb framebuffer
ยงSafety
Calling this will force-unlock the serial and basic_fb IrqMutexes, which can result in
corrupted output. This should only be called from irrecoverable scenarios such as a kernel panic.