# # 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