Revert "Add ordered lock for WaitQueue mutex"

This reverts commit 735c68ec30.
This commit is contained in:
Wildan M
2026-03-10 12:11:09 +07:00
parent d5ed9d8007
commit eeb03bdcb1
8 changed files with 40 additions and 90 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ pub fn excp_handler(excp: syscall::Exception) {
let context = current.write(token.token());
let Some(_eh) = context.sig.as_ref().and_then(|s| s.excp_handler) else {
let Some(eh) = context.sig.as_ref().and_then(|s| s.excp_handler) else {
// TODO: Let procmgr print this?
info!(
"UNHANDLED EXCEPTION, CPU {}, PID {}, NAME {}, CONTEXT {current:p}",