summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-07-03 16:57:51 +0000
committerphk <phk@FreeBSD.org>2004-07-03 16:57:51 +0000
commitabeab8c454bcc24224bdda73a39102aa0a5c0ca0 (patch)
tree7955c259147dc98fdf4d05cf12b4f273d595f00b
parentd39ece62c73d6a5eea2565086d7b3419cb3e7f23 (diff)
downloadFreeBSD-src-abeab8c454bcc24224bdda73a39102aa0a5c0ca0.zip
FreeBSD-src-abeab8c454bcc24224bdda73a39102aa0a5c0ca0.tar.gz
Add NULL arg to mi_switch() call to stop kernel compiles from breaking.
-rw-r--r--sys/kern/sched_ule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index 889037d..7eb8218 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
}
OpenPOWER on IntegriCloud