Argh, add in a missing release of the sched_lock.
This commit is contained in:
parent
534ed28202
commit
3c1c213868
@ -678,6 +678,7 @@ mawait(struct mtx *mtx, int priority, int timo)
|
||||
ktrcsw(p->p_tracep, 0, 0);
|
||||
#endif
|
||||
rval = EWOULDBLOCK;
|
||||
mtx_exit(&sched_lock, MTX_SPIN);
|
||||
goto out;
|
||||
}
|
||||
} else if (timo)
|
||||
|
Loading…
Reference in New Issue
Block a user