# # Create a second task that forces and existing # task to migrate CPUs at start. # rtems_init 2 task_create smp1 3 # GOAL: 0x09010001, 0x0a010001 # GOAL: on CPUs 0-1 respectively cpus IDLE smp1 task_create smp2 2 -a 2 # GOAL: want 0x09010001, 0x0a010002 as heir and executings # GOAL: on CPUs 0 -1 respectively cpus smp1 smp2 dispatch # GOAL: want 0x0a010001 - 0x0a010002 as heir and executings # GOAL: on CPUs 0 -1 respectively cpus smp1 smp2