* Peter Zijlstra <[email protected]> wrote:
> I think you only need the less thing, because:
>
> static inline bool prio_lower(int a, int b)
> {
> return a > b;
> }
I'd say that should be named rt_prio_lower(), even if it's local to
sched/rt.c, right?
Thanks,
Ingo

