diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-10-09 15:48:51 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2013-10-09 15:48:51 -0400 |
commit | 91ac0052eec03b8624ea3613acd50825c17981f1 (patch) | |
tree | 3a174eaaecb516e67009ba6284f3957a30e013d8 /litmus/Kconfig | |
parent | 7fb54decc59fa5855cd273bfda908fd443a37e67 (diff) |
Remove C-RM support for now.
Remove C-RM support. It will be easier to re-add C-RM
after we've ported C-EDF forward.
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index 03f31157abc7..3adfa1fe9800 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -12,16 +12,6 @@ config PLUGIN_CEDF | |||
12 | On smaller platforms (e.g., ARM PB11MPCore), using C-EDF | 12 | On smaller platforms (e.g., ARM PB11MPCore), using C-EDF |
13 | makes little sense since there aren't any shared caches. | 13 | makes little sense since there aren't any shared caches. |
14 | 14 | ||
15 | config PLUGIN_CRM | ||
16 | bool "Clustered-RM" | ||
17 | depends on X86 && SYSFS | ||
18 | default y | ||
19 | help | ||
20 | Include the Clustered RM (C-RM) plugin in the kernel. | ||
21 | This is appropriate for large platforms with shared caches. | ||
22 | On smaller platforms (e.g., ARM PB11MPCore), using C-EDF | ||
23 | makes little sense since there aren't any shared caches. | ||
24 | |||
25 | config RECURSIVE_READYQ_LOCK | 15 | config RECURSIVE_READYQ_LOCK |
26 | bool "Recursive Ready Queue Lock" | 16 | bool "Recursive Ready Queue Lock" |
27 | default n | 17 | default n |