Commit c4969417 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Peter Zijlstra
parent 23e71d8b
...@@ -1137,7 +1137,7 @@ void init_dl_task_timer(struct sched_dl_entity *dl_se) ...@@ -1137,7 +1137,7 @@ void init_dl_task_timer(struct sched_dl_entity *dl_se)
* cannot use the runtime, and so it replenishes the task. This rule * cannot use the runtime, and so it replenishes the task. This rule
* works fine for implicit deadline tasks (deadline == period), and the * works fine for implicit deadline tasks (deadline == period), and the
* CBS was designed for implicit deadline tasks. However, a task with * CBS was designed for implicit deadline tasks. However, a task with
* constrained deadline (deadine < period) might be awakened after the * constrained deadline (deadline < period) might be awakened after the
* deadline, but before the next period. In this case, replenishing the * deadline, but before the next period. In this case, replenishing the
* task would allow it to run for runtime / deadline. As in this case * task would allow it to run for runtime / deadline. As in this case
* deadline < period, CBS enables a task to run for more than the * deadline < period, CBS enables a task to run for more than the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment