summaryrefslogtreecommitdiffstats
path: root/extra.h
diff options
context:
space:
mode:
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;