We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cec7e commit 9783be2Copy full SHA for 9783be2
kernel/sched/fair.c
@@ -3020,9 +3020,7 @@ static inline void cfs_rq_util_change(struct cfs_rq *cfs_rq)
3020
/*
3021
* There are a few boundary cases this might miss but it should
3022
* get called often enough that that should (hopefully) not be
3023
- * a real problem -- added to that it only calls on the local
3024
- * CPU, so if we enqueue remotely we'll miss an update, but
3025
- * the next tick/schedule should update.
+ * a real problem.
3026
*
3027
* It will not get called when we go idle, because the idle
3028
* thread is a different class (!fair), nor will the utilization
0 commit comments