mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Forgot to set KU_DOUPCALL in kse_wakeup.
This commit is contained in:
parent
eb117d5cb0
commit
ab7d94f7eb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111170
@ -565,6 +565,7 @@ kse_wakeup(struct thread *td, struct kse_wakeup_args *uap)
|
||||
panic("%s: no owner", __func__);
|
||||
} else if (TD_ON_SLEEPQ(td2) &&
|
||||
(td2->td_wchan == &kg->kg_completed)) {
|
||||
ku->ku_flags |= KUF_DOUPCALL;
|
||||
abortsleep(td2);
|
||||
} else {
|
||||
ku->ku_flags |= KUF_DOUPCALL;
|
||||
|
@ -565,6 +565,7 @@ kse_wakeup(struct thread *td, struct kse_wakeup_args *uap)
|
||||
panic("%s: no owner", __func__);
|
||||
} else if (TD_ON_SLEEPQ(td2) &&
|
||||
(td2->td_wchan == &kg->kg_completed)) {
|
||||
ku->ku_flags |= KUF_DOUPCALL;
|
||||
abortsleep(td2);
|
||||
} else {
|
||||
ku->ku_flags |= KUF_DOUPCALL;
|
||||
|
Loading…
Reference in New Issue
Block a user