summaryrefslogtreecommitdiffstats
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index 3ed0d0b..473e334 100644
--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -1039,8 +1039,8 @@ tdq_notify(struct tdq *tdq, struct thread *td)
return;
/*
- * Make sure that tdq_load updated before calling this function
- * is globally visible before we read tdq_cpu_idle. Idle thread
+ * Make sure that our caller's earlier update to tdq_load is
+ * globally visible before we read tdq_cpu_idle. Idle thread
* accesses both of them without locks, and the order is important.
*/
mb();
OpenPOWER on IntegriCloud