From 82dd09f1315957602e537bb747abbb576e0576d4 Mon Sep 17 00:00:00 2001 From: Jeremy Erickson Date: Wed, 1 May 2013 09:57:46 -0400 Subject: Update rt_param for EDF-os --- include/litmus/rt_param.h | 4 ++-- 1 file 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 { /* runtime info for the semi-part plugins */ union { - /* EDF-Fm runtime information + /* EDF-Fm and EDF-os runtime information * number of jobs handled by this cpu * (to determine next cpu for a migrating task) */ - unsigned int cpu_job_no[NR_CPUS_EDF_FM]; + unsigned int cpu_job_no[NR_CPUS]; /* EDF-WM runtime information */ struct { -- cgit v1.2.2