Re: [patch] softirq performance fixes, cleanups, 2.4.10.

Ingo Molnar (mingo@elte.hu)
Fri, 28 Sep 2001 09:56:09 +0200 (CEST)


On Fri, 28 Sep 2001, Oleg Nesterov wrote:

> > > current->nice = 19;
> > > - schedule();
> > > - __set_current_state(TASK_INTERRUPTIBLE);

your change is indeed correct. (the history if this is that the schedule()
was not always at the top of the loop - eg. it's not at the top of it in
the current -B2 patch.)

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/