mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Whitespace fix.
This commit is contained in:
parent
6dbc085016
commit
d3373e371b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132265
@ -1066,7 +1066,7 @@ thread_unsuspend(struct proc *p)
|
||||
mtx_assert(&sched_lock, MA_OWNED);
|
||||
PROC_LOCK_ASSERT(p, MA_OWNED);
|
||||
if (!P_SHOULDSTOP(p)) {
|
||||
while (( td = TAILQ_FIRST(&p->p_suspended))) {
|
||||
while ((td = TAILQ_FIRST(&p->p_suspended))) {
|
||||
thread_unsuspend_one(td);
|
||||
}
|
||||
} else if ((P_SHOULDSTOP(p) == P_STOPPED_SINGLE) &&
|
||||
|
Loading…
Reference in New Issue
Block a user