summaryrefslogtreecommitdiff
path: root/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen')
-rw-r--r--schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen10
1 files changed, 5 insertions, 5 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen b/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen
index 8feaade..df7cf18 100644
--- a/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen
+++ b/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen
@@ -4,16 +4,16 @@
rtems_init 1
task_create smp1 5
# GOAL: 0x0a010001 is heir and executing on CPU 0
-cpus
+cpus smp1
# suspend running task
task_suspend smp1
# GOAL: 0x09010001 is heir and executing on CPU 0
-cpus
+cpus IDLE
# GOAL: 0x09010001 is heir and executing on CPU 0
-cpus
+cpus IDLE
# resume suspended task
task_resume smp1
# GOAL: 0x0a010001 is heir and executing on CPU 0
-cpus
+cpus smp1
# GOAL: 0x0a010001 is heir and executing on CPU 0
-cpus
+cpus smp1