Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24a01b22 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "kernel/sched: Remove dl_boosted flag comment"



This reverts commit 0b02218d which is
commit 0e3872499de1a1230cef5221607d71aa09264bd5 upstream.

It is a comment change for a commit that will be reverted next in the
series that broke the abi, so revert this as well.

Bug: 161946584
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: I8ee94098946dd322d5dcd05421ca253123677fde
parent 765667b9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -547,6 +547,10 @@ struct sched_dl_entity {
	 * task has to wait for a replenishment to be performed at the
	 * next firing of dl_timer.
	 *
	 * @dl_boosted tells if we are boosted due to DI. If so we are
	 * outside bandwidth enforcement mechanism (but only until we
	 * exit the critical section);
	 *
	 * @dl_yielded tells if task gave up the CPU before consuming
	 * all its available runtime during the last job.
	 *