Add NULL arg to mi_switch() call to stop kernel compiles from breaking.
This commit is contained in:
parent
d39ece62c7
commit
abeab8c454
@ -1716,7 +1716,7 @@ sched_bind(struct thread *td, int cpu)
|
|||||||
kseq_load_rem(KSEQ_CPU(ke->ke_cpu), ke);
|
kseq_load_rem(KSEQ_CPU(ke->ke_cpu), ke);
|
||||||
kseq_notify(ke, cpu);
|
kseq_notify(ke, cpu);
|
||||||
/* When we return from mi_switch we'll be on the correct cpu. */
|
/* When we return from mi_switch we'll be on the correct cpu. */
|
||||||
mi_switch(SW_VOL);
|
mi_switch(SW_VOL, NULL);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user