Two of the 102 elements of the cpu priority vector, among them the one for MAX_PRIO (140) representing the IDLE task, are never used.
Remove them and adapt the cpupri implementation accordingly. Dietmar Eggemann (2): sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE] sched/cpupri: Remove pri_to_cpu[1] kernel/sched/cpupri.c | 10 ++++------ kernel/sched/cpupri.h | 7 +++---- 2 files changed, 7 insertions(+), 10 deletions(-) -- 2.17.1

