Argh, add in a missing release of the sched_lock.
This commit is contained in:
parent
8b193931b5
commit
5fa45f43dd
@ -678,6 +678,7 @@ resume:
|
||||
ktrcsw(p->p_tracep, 0, 0);
|
||||
#endif
|
||||
rval = EWOULDBLOCK;
|
||||
mtx_exit(&sched_lock, MTX_SPIN);
|
||||
goto out;
|
||||
}
|
||||
} else if (timo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user