summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpaffinity01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* smpaffinity01: Fix test caseSebastian Huber2017-10-112-10/+10
| | | | Update #2514.
* score: Use processor mask for set affinitySebastian Huber2017-07-071-1/+1
| | | | Update #3059.
* score: Move processor affinity to Thread_ControlSebastian Huber2017-07-071-1/+1
| | | | Update #3059.
* Fix CPU_COPY() usageSebastian Huber2017-06-071-2/+2
| | | | | | | | The original CPU_COPY() support of Newlib <sys/cpuset.h> had the parameters in the wrong order. This is fixed in Newlib since 2017-05-22. Update #3023.
* Rename CONFIGURE_SMP_MAXIMUM_PROCESSORSSebastian Huber2017-02-141-1/+1
| | | | | | | Rename CONFIGURE_SMP_MAXIMUM_PROCESSORS to CONFIGURE_MAXIMUM_PROCESSORS since the SMP part is superfluous. Update #2894.
* Remove CONFIGURE_SMP_APPLICATIONSebastian Huber2017-02-021-2/+0
| | | | | | Enable the SMP support if CONFIGURE_SMP_MAXIMUM_PROCESSORS > 1. Update #2893.
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-12/+0
|
* smptests: Avoid use of uninitialized dataSebastian Huber2014-06-131-0/+2
|
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-111-1/+1
| | | | | | Rename rtems_smp_get_processor_count() in rtems_get_processor_count(). Make rtems_get_processor_count() a function in uni-processor configurations to enable ABI compatibility with SMP configurations.
* smpaffinity01: Use Priority Affinity SMP scheduler.Jennifer Averett2014-04-031-1/+2
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* tests/smptests: Use <rtems/test.h>Sebastian Huber2014-03-171-4/+8
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-071-18/+18
|
* smptests: Add smpaffinity01Jennifer Averett2014-03-074-0/+305
This test exercises the new Classic API task affinity methods.