Re: patch] Real-Time Preemption, plist fixes

From: Thomas Gleixner
Date: Sun Jun 05 2005 - 03:24:06 EST


On Sun, 2005-06-05 at 10:18 +0200, Ingo Molnar wrote:
> * Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> > 5. [...]
>
> #6 looks pretty significant too:
>
> > unsigned plist_chprio(struct plist *plist, struct plist *pl, int new_prio)
> > {
> > - if (new_prio == plist->prio)
> > + if (new_prio == pl->prio)
> > return 0;
>
> right?
>

Yes, forgot to rant about that :)

tglx


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