mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
uh, commit all of the patch
This commit is contained in:
parent
e081731767
commit
2735483034
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104161
@ -766,6 +766,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
|
||||
mtx_unlock_spin(&sched_lock);
|
||||
return;
|
||||
}
|
||||
setrunqueue(td1);
|
||||
|
||||
if (td->td_critnest == 1 && td1->td_priority < pri) {
|
||||
#ifdef notyet
|
||||
|
@ -766,6 +766,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
|
||||
mtx_unlock_spin(&sched_lock);
|
||||
return;
|
||||
}
|
||||
setrunqueue(td1);
|
||||
|
||||
if (td->td_critnest == 1 && td1->td_priority < pri) {
|
||||
#ifdef notyet
|
||||
|
Loading…
Reference in New Issue
Block a user