Add missed break.
CID: 1258586 Sponsored by: The FreeBSD Foundation MFC after: 4 days
This commit is contained in:
parent
2cec876a59
commit
917dd39084
@ -618,6 +618,7 @@ weed_inhib(int mode, struct thread *td2, struct proc *p)
|
||||
wakeup_swapper |= thread_unsuspend_one(td2, p);
|
||||
if (TD_ON_SLEEPQ(td2) && (td2->td_flags & TDF_SINTR) != 0)
|
||||
wakeup_swapper |= sleepq_abort(td2, ERESTART);
|
||||
break;
|
||||
case SINGLE_ALLPROC:
|
||||
/*
|
||||
* ALLPROC suspend tries to avoid spurious EINTR for
|
||||
|
Loading…
x
Reference in New Issue
Block a user