diff options
Diffstat (limited to 'sys/kern/kern_thr.c')
-rw-r--r-- | sys/kern/kern_thr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c index 0303fa9..7be6b6b 100644 --- a/sys/kern/kern_thr.c +++ b/sys/kern/kern_thr.c @@ -182,7 +182,7 @@ thr_create(struct thread *td, struct thr_create_args *uap) TD_SET_CAN_RUN(td0); if ((uap->flags & THR_SUSPENDED) == 0) - setrunqueue(td0); + setrunqueue(td0, SRQ_BORING); mtx_unlock_spin(&sched_lock); |