mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue