|
@@ -64,7 +64,7 @@ static void start_rt_bandwidth(struct rt_bandwidth *rt_b)
|
|
|
static void push_irq_work_func(struct irq_work *work);
|
|
|
#endif
|
|
|
|
|
|
-void init_rt_rq(struct rt_rq *rt_rq, struct rq *rq)
|
|
|
+void init_rt_rq(struct rt_rq *rt_rq)
|
|
|
{
|
|
|
struct rt_prio_array *array;
|
|
|
int i;
|
|
@@ -205,7 +205,7 @@ int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent)
|
|
|
if (!rt_se)
|
|
|
goto err_free_rq;
|
|
|
|
|
|
- init_rt_rq(rt_rq, cpu_rq(i));
|
|
|
+ init_rt_rq(rt_rq);
|
|
|
rt_rq->rt_runtime = tg->rt_bandwidth.rt_runtime;
|
|
|
init_tg_rt_entry(tg, rt_rq, rt_se, i, parent->rt_se[i]);
|
|
|
}
|