summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus2_affinity_case2.scen
blob: 546f84bc82cd6767e9eb6153bbc0e42d0557b20f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# Force Cores such that the first created task
# is on CPU 1 and the second is on CPU 0. 
#
rtems_init 2
task_create smp1 3 -a 2 
task_create smp2 2 -a 1

# GOAL: want 0x0a010002 - 0x0a010001 as heir and executings
# GOAL:   on CPUs 0 -1 respectively
cpus smp2 smp1