aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus')
-rw-r--r--include/litmus/rt_param.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index b741645c4e59..74210f3b362e 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -62,12 +62,8 @@ struct edffm_params {
62}; 62};
63 63
64struct edfos_params { 64struct edfos_params {
65 /* EDF-os where can a migratory task execute? */
66 unsigned int cpus[NR_CPUS];
67 /* Whether this task is a migrating task*/ 65 /* Whether this task is a migrating task*/
68 unsigned int migrat; 66 unsigned int migrat;
69 /* ID of the first or only CPU*/
70 unsigned int first_cpu;
71 /* Time of next subtask release or deadline */ 67 /* Time of next subtask release or deadline */
72 int heap_data[NR_CPUS]; 68 int heap_data[NR_CPUS];
73 /* Fraction of this task exec_cost that each CPU should handle. 69 /* Fraction of this task exec_cost that each CPU should handle.