summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2024-04-17 11:19:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2024-04-17 11:25:34 +0200
commit7568b9c997ebbb8f59e77406b81e28868d4fdcff (patch)
treed328e6dd7830e859f73ba92f7208287ebf2cf5b4
parentspec: Specify the global construction for aarch64 (diff)
downloadrtems-central-7568b9c997ebbb8f59e77406b81e28868d4fdcff.tar.bz2
spec: Fix synchronization issues
-rw-r--r--spec/score/sched/smp/val/smp.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/score/sched/smp/val/smp.yml b/spec/score/sched/smp/val/smp.yml
index 610b30f9..fb106cd6 100644
--- a/spec/score/sched/smp/val/smp.yml
+++ b/spec/score/sched/smp/val/smp.yml
@@ -972,6 +972,7 @@ test-support: |
SetScheduler( ctx->worker_id[ WORKER_C ], SCHEDULER_B_ID, PRIO_HIGH );
SetPriority( ctx->worker_id[ WORKER_A ], PRIO_NORMAL );
MakeBusy( ctx, WORKER_C );
+ WaitForBusy( ctx, WORKER_C );
MakeBusy( ctx, WORKER_A );
}