summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 11:20:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 11:20:24 +0200
commitf1d9d3904c544ff95202375324119a9192a3597a (patch)
tree00f0ca395bb63a0d855b9bc2916b3152c8149ac9
parentconfig.yml: Generate more chapters (diff)
downloadrtems-central-f1d9d3904c544ff95202375324119a9192a3597a.tar.bz2
spec: Fix rtems_scheduler_get_processor() vali
-rw-r--r--spec/rtems/scheduler/val/smp-only.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/rtems/scheduler/val/smp-only.yml b/spec/rtems/scheduler/val/smp-only.yml
index e7d50a77..f319e3bc 100644
--- a/spec/rtems/scheduler/val/smp-only.yml
+++ b/spec/rtems/scheduler/val/smp-only.yml
@@ -29,10 +29,11 @@ test-actions:
SetSelfAffinityOne( cpu_index );
T_quiet_eq_u32( rtems_scheduler_get_processor(), cpu_index );
+
+ SetSelfAffinityAll();
}
SetSelfScheduler( scheduler_id, priority );
- SetSelfAffinityAll();
checks: []
links:
- role: validation