Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | User large enough buffer to read /proc/litmus/release_masterpgm | Hiroyuki Chishiro | 2013-07-02 |
| | | | | The string 'NO_CPU' needs to fit into the buffer. | ||
* | Auto-CPU-affinity from part./cluster assignment. | Glenn Elliott | 2013-03-12 |
This patch replaces be_migrate_to() with several be_migrate_*() APIs to automatically assign CPU affinity masks from a task's partition (or cluster) assignment. Routines are release-master-aware such that the release master (if one exists) will NOT be included in the task's affinity mask. (Note that release-master avoidance may be overridden by calling __be_migrate_thread_to_cluster().) |