diff options
Diffstat (limited to 'sys/kern/kern_poll.c')
-rw-r--r-- | sys/kern/kern_poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_poll.c b/sys/kern/kern_poll.c index 2905c2a..ae1bb21 100644 --- a/sys/kern/kern_poll.c +++ b/sys/kern/kern_poll.c @@ -506,7 +506,7 @@ poll_idle(void) mtx_unlock(&Giant); mtx_assert(&Giant, MA_NOTOWNED); mtx_lock_spin(&sched_lock); - mi_switch(SW_VOL); + mi_switch(SW_VOL, NULL); mtx_unlock_spin(&sched_lock); } else { idlepoll_sleeping = 1; |