1
0
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:
Julian Elischer 2002-09-29 23:28:58 +00:00
parent e081731767
commit 2735483034
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104161
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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