Re: sysbench+mysql(oltp, readonly) 30% regression with 2.6.26-rc1

From: Mike Galbraith
Date: Thu May 08 2008 - 06:00:33 EST



On Thu, 2008-05-08 at 11:25 +0200, Ingo Molnar wrote:
> * Ingo Molnar <mingo@xxxxxxx> wrote:
>
> > - down(&kernel_sem);
> > + if (panic_timeout) {
> > + while (down_trylock(&kernel_sem))
> > + cpu_relax();
>
> updated one below - this will work fine in the !panic_timeout case too
> ;-)

Same result.

-Mike

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