summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/cpuset.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-4/+0
|
* score: Fix warningSebastian Huber2016-09-081-1/+1
|
* Optional CPU Set Handler initializationSebastian Huber2016-02-031-1/+8
| | | | Update #2408.
* score: Fix statement with no effectSebastian Huber2014-06-201-1/+1
|
* cpuset.c: Fix formattingJoel Sherrill2014-05-221-3/+3
|
* score: Use common names for per-CPU variablesSebastian Huber2014-04-221-6/+6
| | | | | | | | | | | | | | | | Use "cpu" for an arbitrary Per_CPU_Control variable. Use "cpu_self" for the Per_CPU_Control of the current processor. Use "cpu_index" for an arbitrary processor index. Use "cpu_index_self" for the processor index of the current processor. Use "cpu_count" for the processor count obtained via _SMP_Get_processor_count(). Use "cpu_max" for the processor maximum obtained by rtems_configuration_get_maximum_processors().
* score: score: Add get/set affinity to Scheduler Framework.Jennifer Averett2014-04-031-6/+6
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-071-2/+2
|
* score: Add cpuset support to Score.Jennifer Averett2014-03-071-0/+94
This new Score Handler provides a structure to manage a cpu_set_t plus helper routines to validate the contents against the current system configuration.