diff options
Diffstat (limited to 'extra.h')
-rw-r--r-- | extra.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -83,7 +83,7 @@ long unsigned int _rt_period; | |||
83 | static void _rt_load_params_itrl(int argc, char **argv) { | 83 | static void _rt_load_params_itrl(int argc, char **argv) { |
84 | #ifdef PAIRED | 84 | #ifdef PAIRED |
85 | if (argc != (8 + LITMUS*2) && argc != (9 + LITMUS*2)) { | 85 | if (argc != (8 + LITMUS*2) && argc != (9 + LITMUS*2)) { |
86 | fprintf(stderr, "Usage: %s <name> <loops> <my core> <other core> <other name> <runID> <save results?>", argv[0]); | 86 | fprintf(stderr, "Usage: %s <name> <loops> <my core> <other core> <other name> <runID> <save results?> <pairID>\n", argv[0]); |
87 | #else | 87 | #else |
88 | if (argc != (6 + LITMUS*2)) { | 88 | if (argc != (6 + LITMUS*2)) { |
89 | fprintf(stderr, "Usage: %s <name> <loops> <my core> <runID> <save results?>\n", argv[0]); | 89 | fprintf(stderr, "Usage: %s <name> <loops> <my core> <runID> <save results?>\n", argv[0]); |
@@ -218,7 +218,6 @@ static void _rt_load_params_itrl(int argc, char **argv) { | |||
218 | rt_param.phase = 0; | 218 | rt_param.phase = 0; |
219 | rt_param.priority = LITMUS_LOWEST_PRIORITY; | 219 | rt_param.priority = LITMUS_LOWEST_PRIORITY; |
220 | rt_param.cls = crit; | 220 | rt_param.cls = crit; |
221 | rt_param.release_policy = TASK_PERIODIC; | ||
222 | rt_param.budget_policy = NO_ENFORCEMENT; | 221 | rt_param.budget_policy = NO_ENFORCEMENT; |
223 | rt_param.cpu = _rt_core; | 222 | rt_param.cpu = _rt_core; |
224 | rt_param.release_policy = TASK_PERIODIC; | 223 | rt_param.release_policy = TASK_PERIODIC; |