summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpmigration02/smpmigration02.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smpmigration02/smpmigration02.doc')
-rw-r--r--testsuites/smptests/smpmigration02/smpmigration02.doc8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/smptests/smpmigration02/smpmigration02.doc b/testsuites/smptests/smpmigration02/smpmigration02.doc
index bfae205f5d..887f6aa58b 100644
--- a/testsuites/smptests/smpmigration02/smpmigration02.doc
+++ b/testsuites/smptests/smpmigration02/smpmigration02.doc
@@ -4,9 +4,13 @@ test set name: smpmigration02
directives:
- - _Scheduler_SMP_Allocate_processor()
+ - rtems_task_set_scheduler()
- _CPU_Context_switch()
+ - _Scheduler_SMP_Allocate_processor_lazy()
+ - _Thread_Dispatch()
concepts:
- - Ensure that forced thread migration works.
+ - Ensure that forced thread migration via rtems_task_set_scheduler() works.
+ - Ensure that thread migration is cancelled in case _Thread_Dispatch() is
+ delayed and the processor assignment changes.