# # Check increasing and decrease priority # rtems_init 4 task_create smp1 5 task_create smp2 8 task_create smp3 8 task_create smp4 8 task_create smp5 8 dispatch # GOAL: 0x0a010001 - 0x0a010004 are heir and executing # GOAL: on CPUs 0 - 3 respectively cpus task_priority smp1 4 dispatch # GOAL: 0x0a010001 - 0x0a010004 are heir and executing # GOAL: on CPUs 0 - 3 respectively (no change) cpus task_priority smp1 7 dispatch # GOAL: 0x0a010001 - 0x0a010004 are heir and executing # GOAL: on CPUs 0 - 3 respectively (no change) cpus task_priority smp1 8 dispatch # GOAL: 0x0a010005, 0x0a010002 - 0x0a010004 are heir and executing # GOAL: on CPUs 0 - 3 respectively cpus task_priority smp1 5 dispatch # GOAL: 0x0a010001 - 0x0a010004 are heir and executing # GOAL: on CPUs 0 - 3 respectively cpus