Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Split out TRACE() from litmus.h and cleanup some includes | Bjoern B. Brandenburg | 2010-11-11 |
| | | | | | | | | | | The TRACE() functionality doesn't need all of litmus.h. Currently, it's impossible to use TRACE() in sched.h due to a circular dependency. This patch moves TRACE() and friends to litmus/sched_debug.h, which can be included in sched.h. While at it, also fix some minor include ugliness that was revealed by this change. | ||
* | C-EDF: move /proc/litmus/cluster_cache to /proc/litmus/plugins/C-EDF/cluster | Bjoern B. Brandenburg | 2010-11-11 |
| | | | | | | | 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. | ||
* | Litmus core: refactor the implementation of /proc | Christopher Kenna | 2010-10-23 |