diff options
Diffstat (limited to 'sys/vm/vm_zeroidle.c')
-rw-r--r-- | sys/vm/vm_zeroidle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_zeroidle.c b/sys/vm/vm_zeroidle.c index 06338ff..71b7a71 100644 --- a/sys/vm/vm_zeroidle.c +++ b/sys/vm/vm_zeroidle.c @@ -153,7 +153,7 @@ vm_pagezero(void __unused *arg) pages += vm_page_zero_idle(); if (pages > idlezero_maxrun || sched_runnable()) { mtx_lock_spin(&sched_lock); - mi_switch(SW_VOL); + mi_switch(SW_VOL, NULL); mtx_unlock_spin(&sched_lock); pages = 0; } |