aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/clustered.c
Commit message (Collapse)AuthorAge
* bugfix: add processors in order of increasing indices to clustersBjoern B. Brandenburg2011-11-24
| | | | | Pfair expects to look at processors in order of increasing index. Without this patch, Pfair could deadlock in certain situations.
* Litmus core: add generic clustering supportBjoern B. Brandenburg2011-02-01
Inspired by the existing C-EDF code, this generic version will build clusters of CPUs based on a given cache level.