diff options
Diffstat (limited to 'litmus/sched_mc.c')
-rw-r--r-- | litmus/sched_mc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/litmus/sched_mc.c b/litmus/sched_mc.c index b43064ab63b6..5eaaa4734fa3 100644 --- a/litmus/sched_mc.c +++ b/litmus/sched_mc.c | |||
@@ -1246,11 +1246,12 @@ static void init_global_domain(struct domain_data *dom_data, enum crit_level lev | |||
1246 | } | 1246 | } |
1247 | 1247 | ||
1248 | static inline void init_edf_domain(struct domain *dom, rt_domain_t *rt, | 1248 | static inline void init_edf_domain(struct domain *dom, rt_domain_t *rt, |
1249 | int prio, int is_partitioned, int cpu) | 1249 | enum crit_level prio, int is_partitioned, int cpu) |
1250 | { | 1250 | { |
1251 | pd_domain_init(dom, rt, edf_ready_order, NULL, | 1251 | pd_domain_init(dom, rt, edf_ready_order, NULL, |
1252 | mc_release_jobs, mc_preempt_needed, | 1252 | mc_release_jobs, mc_preempt_needed, |
1253 | edf_higher_prio); | 1253 | edf_higher_prio); |
1254 | rt->level = prio; | ||
1254 | #if defined(CONFIG_PLUGIN_MC_RELEASE_MASTER) && defined(CONFIG_MERGE_TIMERS) | 1255 | #if defined(CONFIG_PLUGIN_MC_RELEASE_MASTER) && defined(CONFIG_MERGE_TIMERS) |
1255 | /* All timers are on one CPU and release-master is using the event | 1256 | /* All timers are on one CPU and release-master is using the event |
1256 | * merging interface as well. */ | 1257 | * merging interface as well. */ |