diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-10-22 22:47:09 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-11 17:57:35 -0500 |
commit | 52d5524f64b4f118672f5d80235221fe1c622c18 (patch) | |
tree | 25e572edf47993464dffd1f35f64a1ff942e659d /include/litmus | |
parent | e06e8374b5c04aeaddf14e9686842011f80f5664 (diff) |
C-EDF: move /proc/litmus/cluster_cache to /proc/litmus/plugins/C-EDF/cluster
Make use of the new per-plugin proc file infrastructure to avoid
littering the global namespace. While at it, also move all the
relevant bits to sched_cedf.c. In the future, each plugin's parameters
should be handled in the respective plugin file.
Diffstat (limited to 'include/litmus')
-rw-r--r-- | include/litmus/sched_plugin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/litmus/sched_plugin.h b/include/litmus/sched_plugin.h index 9c1c9f28ba79..2d856d587041 100644 --- a/include/litmus/sched_plugin.h +++ b/include/litmus/sched_plugin.h | |||
@@ -133,9 +133,6 @@ struct sched_plugin { | |||
133 | 133 | ||
134 | extern struct sched_plugin *litmus; | 134 | extern struct sched_plugin *litmus; |
135 | 135 | ||
136 | /* cluster size: cache_index = 2 L2, cache_index = 3 L3 */ | ||
137 | extern int cluster_cache_index; | ||
138 | |||
139 | int register_sched_plugin(struct sched_plugin* plugin); | 136 | int register_sched_plugin(struct sched_plugin* plugin); |
140 | struct sched_plugin* find_sched_plugin(const char* name); | 137 | struct sched_plugin* find_sched_plugin(const char* name); |
141 | int print_sched_plugins(char* buf, int max); | 138 | int print_sched_plugins(char* buf, int max); |