Commit a091a695 authored by claes's avatar claes

Bugfix in SignalQue, lock.waiting could be permanently reset

parent e755a290
......@@ -176,12 +176,12 @@ qos_SignalQue (
qdb_AssumeLocked;
if (qp->lock.waiting) {
// if (qp->lock.waiting) {
qp->lock.waiting = FALSE;
ok = futex_wake(&(qp->lock.pid), INT_MAX);
}
// }
return TRUE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment