summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-11 18:54:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-12 08:48:56 +0100
commit8aae088d76aa08985ac576a48ee5f685b9e8ebf8 (patch)
tree272c8ad6d6e151cdb27d1c1ac3f579472ece868e
parentmodules: Update rtems (diff)
downloadrtems-central-8aae088d76aa08985ac576a48ee5f685b9e8ebf8.tar.bz2
spec: Fix comment
-rw-r--r--spec/score/sched/smp/val/smp.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/score/sched/smp/val/smp.yml b/spec/score/sched/smp/val/smp.yml
index c6a8b0d7..ed5dce80 100644
--- a/spec/score/sched/smp/val/smp.yml
+++ b/spec/score/sched/smp/val/smp.yml
@@ -11,8 +11,10 @@ test-actions:
PrepareOwnerScheduled( ctx );
checks:
- brief: |
- Block the runner thread while the owner thread of the highest priority
- ready node is already scheduled.
+ Unblock worker A. It cannot be scheduled on its home scheduler.
+ Intercept the ask for help request. Block the worker A. This will
+ cancel the ask for help request. Remove the request while the other
+ processor tries to cancel the request.
code: |
SuspendTask( ctx->worker_id[ WORKER_A ] );
T_scheduler_set_event_handler( UnblockAskForHelp, ctx );