aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_mc.c
diff options
context:
space:
mode:
authorChristopher Kenna <cjk@cs.unc.edu>2011-09-24 19:23:25 -0400
committerChristopher Kenna <cjk@cs.unc.edu>2011-09-24 19:23:25 -0400
commitbe37a04426a806099b4084452fe4275db5254fea (patch)
treefae6fc6e48b408ab108988bd82cabbc040f9307a /litmus/sched_mc.c
parentd1e50b511a6586da696ef5a61ed18818b8139b67 (diff)
Check point commit for merging CE with MC plugin.
Also started to fix typos in Jonathan's code, but there were too many after I realized that event_group.o was not in the LITMUS Makefile.
Diffstat (limited to 'litmus/sched_mc.c')
-rw-r--r--litmus/sched_mc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/litmus/sched_mc.c b/litmus/sched_mc.c
index 9eae2b716a01..577e7d36faf5 100644
--- a/litmus/sched_mc.c
+++ b/litmus/sched_mc.c
@@ -13,6 +13,7 @@
13#include <linux/slab.h> 13#include <linux/slab.h>
14#include <linux/module.h> 14#include <linux/module.h>
15#include <linux/poison.h> 15#include <linux/poison.h>
16#include <linux/pid.h>
16 17
17#include <litmus/litmus.h> 18#include <litmus/litmus.h>
18#include <litmus/jobs.h> 19#include <litmus/jobs.h>
@@ -819,7 +820,10 @@ static rt_domain_t _mc_crit_c_rt;
819struct bheap _mc_heap_c; 820struct bheap _mc_heap_c;
820struct bheap_node _mc_nodes_c[NR_CPUS]; 821struct bheap_node _mc_nodes_c[NR_CPUS];
821 822
822release_at)_ 823/*
824 * XXX commented out because I think this was an obvious typo
825 */
826/* release_at)_ */
823 827
824static struct sched_plugin mc_plugin __cacheline_aligned_in_smp = { 828static struct sched_plugin mc_plugin __cacheline_aligned_in_smp = {
825 .plugin_name = "MC", 829 .plugin_name = "MC",