diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sched/deadline.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c index 0de248202879..0dd5e0971a07 100644 --- a/kernel/sched/deadline.c +++ b/kernel/sched/deadline.c | |||
| @@ -351,7 +351,8 @@ static void replenish_dl_entity(struct sched_dl_entity *dl_se, | |||
| 351 | * disrupting the schedulability of the system. Otherwise, we should | 351 | * disrupting the schedulability of the system. Otherwise, we should |
| 352 | * refill the runtime and set the deadline a period in the future, | 352 | * refill the runtime and set the deadline a period in the future, |
| 353 | * because keeping the current (absolute) deadline of the task would | 353 | * because keeping the current (absolute) deadline of the task would |
| 354 | * result in breaking guarantees promised to other tasks. | 354 | * result in breaking guarantees promised to other tasks (refer to |
| 355 | * Documentation/scheduler/sched-deadline.txt for more informations). | ||
| 355 | * | 356 | * |
| 356 | * This function returns true if: | 357 | * This function returns true if: |
| 357 | * | 358 | * |
