summaryrefslogtreecommitdiffstats
path: root/extra.h
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2021-10-22 03:42:00 -0400
committerleochanj105 <leochanj@live.unc.edu>2021-10-22 03:42:00 -0400
commitf0097f8a6e0a93224393948eebc3c9179b5085c3 (patch)
treead24c0d659347e5533aeb631232c2876d821d598 /extra.h
parent0da35d673e1c1717821f724d8fb00379477b65be (diff)
l3 partitioning, fixed phase=0 problem
Diffstat (limited to 'extra.h')
-rw-r--r--extra.h4
1 files changed, 2 insertions, 2 deletions
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) {
222 rt_param.period = _rt_period; 222 rt_param.period = _rt_period;
223 rt_param.relative_deadline = 0; 223 rt_param.relative_deadline = 0;
224 rt_param.phase = _rt_phase; 224 rt_param.phase = _rt_phase;
225 // rt_param.priority = LITMUS_LOWEST_PRIORITY; 225 rt_param.priority = LITMUS_LOWEST_PRIORITY;
226 rt_param.priority = ns2ms(_rt_phase); 226 // rt_param.priority = ns2ms(_rt_phase);
227 rt_param.cls = _rt_crit; 227 rt_param.cls = _rt_crit;
228 rt_param.budget_policy = NO_ENFORCEMENT; 228 rt_param.budget_policy = NO_ENFORCEMENT;
229 rt_param.cpu = _rt_core; 229 rt_param.cpu = _rt_core;