Re: [PATCH] sched/cpupri: fix cpupri_find() for high priority tasks

From: Steven Rostedt
Date: Sun Apr 13 2014 - 09:49:10 EST


Actually, since task_pri is calculated from convert_prio() that check
should never be hit. But, I'm paranoid, and instead of dropping the
check, we can do the same as what cpupri_set() does. Which is to BUG.

-- Steve