From 52d5524f64b4f118672f5d80235221fe1c622c18 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Fri, 22 Oct 2010 22:47:09 -0400 Subject: 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. --- include/litmus/sched_plugin.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/litmus') 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 { extern struct sched_plugin *litmus; -/* cluster size: cache_index = 2 L2, cache_index = 3 L3 */ -extern int cluster_cache_index; - int register_sched_plugin(struct sched_plugin* plugin); struct sched_plugin* find_sched_plugin(const char* name); int print_sched_plugins(char* buf, int max); -- cgit v1.2.2