From f0097f8a6e0a93224393948eebc3c9179b5085c3 Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Fri, 22 Oct 2021 03:42:00 -0400 Subject: l3 partitioning, fixed phase=0 problem --- extra.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra.h') diff --git a/extra.h b/extra.h index f2ec84e..60917be 100644 --- a/extra.h +++ b/extra.h @@ -222,8 +222,8 @@ static void _rt_load_params_itrl(int argc, char **argv) { rt_param.period = _rt_period; rt_param.relative_deadline = 0; rt_param.phase = _rt_phase; - // rt_param.priority = LITMUS_LOWEST_PRIORITY; - rt_param.priority = ns2ms(_rt_phase); + rt_param.priority = LITMUS_LOWEST_PRIORITY; + // rt_param.priority = ns2ms(_rt_phase); rt_param.cls = _rt_crit; rt_param.budget_policy = NO_ENFORCEMENT; rt_param.cpu = _rt_core; -- cgit v1.2.2