Add a NULL param to an mi_switch() that I missed.

Reported by:	Jung-uk Kim jkim at niksun dot com
This commit is contained in:
John Baldwin 2004-07-03 02:38:03 +00:00
parent ffe834a3c3
commit b5cbda5055

View file

@ -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;