Re: patch] Real-Time Preemption, plist fixes

From: Ingo Molnar
Date: Sun Jun 05 2005 - 03:20:43 EST



* 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?

Ingo
-
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/