summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus2_affinity_migrate_case2.scen
blob: 89731d862868fd98abcdd182d61ccf02ecdf3df4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Create a second task that is lower priority than
# the first but wants to run on the cpu the first
# task was assigned to.
#
rtems_init 2
task_create smp1 3 
# GOAL: 0x09010001, 0x0a010001
# GOAL:   on CPUs 0-1 respectively
cpus IDLE smp1

task_create smp2 4 -a 2
# GOAL: 0x09010001, 0x0a010001
# GOAL:   on CPUs 0 -1 respectively
cpus IDLE smp1

dispatch
# GOAL: 0x09010001, 0x0a010001
# GOAL:   on CPUs 0 -1 respectively
cpus IDLE smp1