|
@@ -520,7 +520,7 @@ static enum hrtimer_restart dl_task_timer(struct hrtimer *timer)
|
|
* We need to take care of a possible races here. In fact, the
|
|
* We need to take care of a possible races here. In fact, the
|
|
* task might have changed its scheduling policy to something
|
|
* task might have changed its scheduling policy to something
|
|
* different from SCHED_DEADLINE or changed its reservation
|
|
* different from SCHED_DEADLINE or changed its reservation
|
|
- * parameters (through sched_setscheduler()).
|
|
|
|
|
|
+ * parameters (through sched_setattr()).
|
|
*/
|
|
*/
|
|
if (!dl_task(p) || dl_se->dl_new)
|
|
if (!dl_task(p) || dl_se->dl_new)
|
|
goto unlock;
|
|
goto unlock;
|