Re: [patch] trivial task_prio() fix

From: Ingo Molnar (mingo@elte.hu)
Date: Tue Mar 25 2003 - 01:25:45 EST


On 24 Mar 2003, Robert Love wrote:

> int task_prio(task_t *p)
> {
> - return p->prio - MAX_USER_RT_PRIO;
> + return p->prio - MAX_RT_PRIO;
> }

looks good to me.

        Ingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Mar 31 2003 - 22:00:19 EST