diff options
Diffstat (limited to 'sys/kern/sched_4bsd.c')
-rw-r--r-- | sys/kern/sched_4bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index 7ba4285..3733dec 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -543,7 +543,7 @@ schedcpu_thread(void) for (;;) { schedcpu(); - tsleep(&nowake, curthread->td_priority, "-", hz); + tsleep(&nowake, 0, "-", hz); } } |