Function mycelium_kernel::arch::x86_64::framebuf::force_unlock
source · pub(super) unsafe fn force_unlock()
Expand description
Forcibly unlock the framebuffer mutex.
Safety
This forcibly unlocks a potentially-locked mutex, violating mutual exclusion! This should only be called in conditions where no other CPU core will ever attempt to access the framebuffer again (such as while oopsing).