[rtems-central commit] spec: Fix comment
Sebastian Huber
sebh at rtems.org
Fri Nov 12 09:22:15 UTC 2021
Module: rtems-central
Branch: master
Commit: 8aae088d76aa08985ac576a48ee5f685b9e8ebf8
Changeset: http://git.rtems.org/rtems-central/commit/?id=8aae088d76aa08985ac576a48ee5f685b9e8ebf8
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Nov 11 18:54:21 2021 +0100
spec: Fix comment
---
spec/score/sched/smp/val/smp.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/spec/score/sched/smp/val/smp.yml b/spec/score/sched/smp/val/smp.yml
index c6a8b0d..ed5dce8 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 );
More information about the vc
mailing list