From 0712d172d0bce40f3a9190af511249256ddac5f1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 8 Apr 2014 11:14:27 +0200 Subject: score: Task get/set affinity Make rtems_task_get_affinity() and rtems_task_set_affinity() available on non-SMP configurations. Allow larger CPU sets. --- testsuites/sptests/spscheduler01/spscheduler01.doc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testsuites/sptests/spscheduler01/spscheduler01.doc (limited to 'testsuites/sptests/spscheduler01/spscheduler01.doc') diff --git a/testsuites/sptests/spscheduler01/spscheduler01.doc b/testsuites/sptests/spscheduler01/spscheduler01.doc new file mode 100644 index 0000000000..00ac13e8c1 --- /dev/null +++ b/testsuites/sptests/spscheduler01/spscheduler01.doc @@ -0,0 +1,13 @@ +This file describes the directives and concepts tested by this test set. + +test set name: spscheduler01 + +directives: + + - rtems_task_get_affinity() + - rtems_task_set_affinity() + +concepts: + + - Ensure that the task set/get affinity functions work on non-SMP + configurations. -- cgit v1.2.3