summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpfatal03 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* smptest/smpfatal03: Update due to API changesSebastian Huber2014-06-101-1/+1
|
* rtems: Rename rtems_smp_get_current_processor()Sebastian Huber2014-04-111-2/+2
| | | | | | | Rename rtems_smp_get_current_processor() in rtems_get_current_processor(). Make rtems_get_current_processor() a function in uni-processor configurations to enable ABI compatibility with SMP configurations.
* 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.
* smptests/smpfatal03: Fix end of test outputSebastian Huber2014-03-311-5/+12
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* tests/smptests: Use <rtems/test.h>Sebastian Huber2014-03-171-9/+9
|
* score: Add and use _Giant_Drop()Sebastian Huber2014-03-064-0/+175
New test smptests/smpfatal03.