mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Backout revision 1.48.
This commit is contained in:
parent
be9faa3290
commit
56a6a23ea6
2 changed files with 2 additions and 4 deletions
|
|
@ -1473,8 +1473,7 @@ thread_single(int force_exit)
|
|||
if (TD_IS_SUSPENDED(td2))
|
||||
continue;
|
||||
/* maybe other inhibitted states too? */
|
||||
if (TD_IS_SLEEPING(td2) &&
|
||||
(td2->td_flags & TDF_SINTR))
|
||||
if (TD_IS_SLEEPING(td2))
|
||||
thread_suspend_one(td2);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1473,8 +1473,7 @@ thread_single(int force_exit)
|
|||
if (TD_IS_SUSPENDED(td2))
|
||||
continue;
|
||||
/* maybe other inhibitted states too? */
|
||||
if (TD_IS_SLEEPING(td2) &&
|
||||
(td2->td_flags & TDF_SINTR))
|
||||
if (TD_IS_SLEEPING(td2))
|
||||
thread_suspend_one(td2);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue