Skip to content

Commit 0e38724

Browse files
Hui SuPeter Zijlstra
authored andcommitted
kernel/sched: Remove dl_boosted flag comment
since commit 2279f54 ("sched/deadline: Fix priority inheritance with multiple scheduling classes"), we should not keep it here. Signed-off-by: Hui Su <suhui_kernel@163.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Daniel Bristot de Oliveira <bristot@redhat.com> Link: https://lore.kernel.org/r/20220107095254.GA49258@localhost.localdomain
1 parent 7e406d1 commit 0e38724

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/linux/sched.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -614,10 +614,6 @@ struct sched_dl_entity {
614614
* task has to wait for a replenishment to be performed at the
615615
* next firing of dl_timer.
616616
*
617-
* @dl_boosted tells if we are boosted due to DI. If so we are
618-
* outside bandwidth enforcement mechanism (but only until we
619-
* exit the critical section);
620-
*
621617
* @dl_yielded tells if task gave up the CPU before consuming
622618
* all its available runtime during the last job.
623619
*

0 commit comments

Comments
 (0)