summaryrefslogtreecommitdiff
path: root/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen')
-rw-r--r--schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen10
1 files changed, 5 insertions, 5 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen b/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen
index ed58588..c3ecc3f 100644
--- a/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen
+++ b/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen
@@ -9,24 +9,24 @@ task_create smp4 8
task_create smp5 8
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL: on CPUs 3 - 0 respectively
-cpus
+cpus smp4 smp3 smp2 smp1
task_priority smp1 4
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL: on CPUs 3 - 0 respectively (no change)
-cpus
+cpus smp4 smp3 smp2 smp1
task_priority smp1 7
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL: on CPUs 3 - 0 respectively (no change)
-cpus
+cpus smp4 smp3 smp2 smp1
task_priority smp1 8
# GOAL: 0x0a010005, 0x0a010002 - 0x0a010004 are heir and executing
# GOAL: on CPUs 3 - 0 respectively
-cpus
+cpus smp4 smp3 smp2 smp5
task_priority smp1 5
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL: on CPUs 3 - 0 respectively
-cpus
+cpus smp4 smp3 smp2 smp1