diff options
| -rw-r--r-- | litmus/sched_pres.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/litmus/sched_pres.c b/litmus/sched_pres.c index 49648ee9bfbc..6126852ec8ab 100644 --- a/litmus/sched_pres.c +++ b/litmus/sched_pres.c | |||
| @@ -282,6 +282,9 @@ static long pres_admit_task(struct task_struct *tsk) | |||
| 282 | tinfo->cpu = task_cpu(tsk); | 282 | tinfo->cpu = task_cpu(tsk); |
| 283 | tsk_rt(tsk)->plugin_state = tinfo; | 283 | tsk_rt(tsk)->plugin_state = tinfo; |
| 284 | err = 0; | 284 | err = 0; |
| 285 | |||
| 286 | /* disable LITMUS^RT's per-thread budget enforcement */ | ||
| 287 | tsk_rt(tsk)->task_params.budget_policy = NO_ENFORCEMENT; | ||
| 285 | } | 288 | } |
| 286 | 289 | ||
| 287 | raw_spin_unlock_irqrestore(&state->lock, flags); | 290 | raw_spin_unlock_irqrestore(&state->lock, flags); |
