summaryrefslogtreecommitdiff
path: root/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen')
-rw-r--r--schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen10
1 files changed, 5 insertions, 5 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen b/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen
index 9e8377b..fe7bf5c 100644
--- a/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen
+++ b/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen
@@ -6,20 +6,20 @@ task_create smp1 5
task_create smp2 8
dispatch
# GOAL: 0x0a010001 is heir and executing on CPU 0
-cpus
+cpus smp1
task_priority smp1 4
# GOAL: 0x0a010001 is still heir and executing on CPU 0
-cpus
+cpus smp1
task_priority smp1 7
# GOAL: 0x0a010001 is still heir and executing on CPU 0
-cpus
+cpus smp1
task_priority smp1 8
# GOAL: 0x0a010002 is now heir and executing on CPU 0
-cpus
+cpus smp2
task_priority smp1 5
# GOAL: 0x0a010001 is now heir and executing on CPU 0
-cpus
+cpus smp1