summaryrefslogtreecommitdiff
path: root/sys/kern/sched_ule.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/sched_ule.c')
-rw-r--r--sys/kern/sched_ule.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index 706adf94eb98..4445b0573348 100644
--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -2492,6 +2492,11 @@ sched_pctcpu(struct thread *td)
return (pctcpu);
}
+void
+sched_affinity(struct thread *td)
+{
+}
+
/*
* Bind a thread to a target cpu.
*/