mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
Add NULL arg to mi_switch() call to stop kernel compiles from breaking.
This commit is contained in:
parent
bffd1b7af4
commit
279f949ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -1716,7 +1716,7 @@ sched_bind(struct thread *td, int cpu)
|
|||
kseq_load_rem(KSEQ_CPU(ke->ke_cpu), ke);
|
||||
kseq_notify(ke, cpu);
|
||||
/* When we return from mi_switch we'll be on the correct cpu. */
|
||||
mi_switch(SW_VOL);
|
||||
mi_switch(SW_VOL, NULL);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue