mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
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:
parent
ffe834a3c3
commit
b5cbda5055
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131516
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user