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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131516

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;