aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Erickson <jerickso@cs.unc.edu>2013-05-01 09:57:46 -0400
committerJeremy Erickson <jerickso@cs.unc.edu>2013-05-01 09:57:46 -0400
commit82dd09f1315957602e537bb747abbb576e0576d4 (patch)
tree3f9f125f041442c591b7dd0c52d2b28b384abdb4
parent1e13b0322304cd2cb9667265503a388bf080ffe6 (diff)
Update rt_param for EDF-os
-rw-r--r--include/litmus/rt_param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 9e85728d4380..49796bc62d0f 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -288,11 +288,11 @@ struct rt_param {
288 288
289 /* runtime info for the semi-part plugins */ 289 /* runtime info for the semi-part plugins */
290 union { 290 union {
291 /* EDF-Fm runtime information 291 /* EDF-Fm and EDF-os runtime information
292 * number of jobs handled by this cpu 292 * number of jobs handled by this cpu
293 * (to determine next cpu for a migrating task) 293 * (to determine next cpu for a migrating task)
294 */ 294 */
295 unsigned int cpu_job_no[NR_CPUS_EDF_FM]; 295 unsigned int cpu_job_no[NR_CPUS];
296 296
297 /* EDF-WM runtime information */ 297 /* EDF-WM runtime information */
298 struct { 298 struct {