diff options
author | Namhoon Kim <namhoonk@cs.unc.edu> | 2016-03-23 08:20:51 -0400 |
---|---|---|
committer | Namhoon Kim <namhoonk@cs.unc.edu> | 2016-03-23 08:20:51 -0400 |
commit | ff210e0441b743890ad85c7335e41894b34a1431 (patch) | |
tree | 21027c2433f5ca9a26731b3af72fa6eb620df369 /include/litmus/cache_proc.h | |
parent | 2e23e3f0cc7c3249b510e94b5b3ec92577b67e81 (diff) |
MC2 scheduler and partition modules
Diffstat (limited to 'include/litmus/cache_proc.h')
-rw-r--r-- | include/litmus/cache_proc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/litmus/cache_proc.h b/include/litmus/cache_proc.h index 586224118435..962851da34cc 100644 --- a/include/litmus/cache_proc.h +++ b/include/litmus/cache_proc.h | |||
@@ -4,6 +4,11 @@ | |||
4 | #ifdef __KERNEL__ | 4 | #ifdef __KERNEL__ |
5 | 5 | ||
6 | void litmus_setup_lockdown(void __iomem*, u32); | 6 | void litmus_setup_lockdown(void __iomem*, u32); |
7 | void enter_irq_mode(void); | ||
8 | void exit_irq_mode(void); | ||
9 | void flush_cache(int all); | ||
10 | |||
11 | extern struct page *new_alloc_page_color(unsigned long color); | ||
7 | 12 | ||
8 | #endif | 13 | #endif |
9 | 14 | ||