Re: [PATCH 0/2] sched/cpupri: Cleanup cpu priority vector handling

From: Peter Zijlstra
Date: Wed Oct 14 2020 - 15:46:50 EST


On Tue, Sep 22, 2020 at 10:39:32AM +0200, Dietmar Eggemann wrote:
> 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]

Thanks!, I've also got a few more patches on top, I'll post them
separately.