diff options
Diffstat (limited to 'litmus/sched_mc.c')
-rw-r--r-- | litmus/sched_mc.c | 6 |
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; | |||
819 | struct bheap _mc_heap_c; | 820 | struct bheap _mc_heap_c; |
820 | struct bheap_node _mc_nodes_c[NR_CPUS]; | 821 | struct bheap_node _mc_nodes_c[NR_CPUS]; |
821 | 822 | ||
822 | release_at)_ | 823 | /* |
824 | * XXX commented out because I think this was an obvious typo | ||
825 | */ | ||
826 | /* release_at)_ */ | ||
823 | 827 | ||
824 | static struct sched_plugin mc_plugin __cacheline_aligned_in_smp = { | 828 | static struct sched_plugin mc_plugin __cacheline_aligned_in_smp = { |
825 | .plugin_name = "MC", | 829 | .plugin_name = "MC", |