diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2002-06-29 17:26:22 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2002-06-29 17:26:22 +0000 |
| commit | e602ba25fd1f9a7ea2215c01f470c08f140de809 (patch) | |
| tree | 0a0483a267784fa8e2bf86857d8727edb5b122e9 /sys/kern/kern_poll.c | |
| parent | cc5dcb202cd7616bae9321687ec46a384a061d99 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_poll.c')
| -rw-r--r-- | sys/kern/kern_poll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_poll.c b/sys/kern/kern_poll.c index a197bc0e3c11..9dd692463209 100644 --- a/sys/kern/kern_poll.c +++ b/sys/kern/kern_poll.c @@ -503,7 +503,6 @@ poll_idle(void) mtx_unlock(&Giant); mtx_assert(&Giant, MA_NOTOWNED); mtx_lock_spin(&sched_lock); - setrunqueue(td); td->td_proc->p_stats->p_ru.ru_nvcsw++; mi_switch(); mtx_unlock_spin(&sched_lock); |
