diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index 889037d37d9..7eb82186fc3 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -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 }