summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerdefaultsetaffinity.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Static scheduler configurationSebastian Huber2014-04-151-4/+4
| | | | | | Do not allocate the scheduler control structures from the workspace. This is a preparation step for configuration of clustered/partitioned schedulers on SMP.
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-041-3/+7
| | | | | Scheduler operations must be free of a global scheduler context to enable partitioned/clustered scheduling.
* score: score: Add get/set affinity to Scheduler Framework.Jennifer Averett2014-04-031-0/+32