Re: [patch] x86, tlb: switch cr3 in leave_mm() only when needed

From: Suresh Siddha
Date: Mon Mar 26 2012 - 18:45:39 EST


On Fri, 2012-03-23 at 09:37 +0100, Ingo Molnar wrote:
> * Suresh Siddha <suresh.b.siddha@xxxxxxxxx> wrote:
>
> > I was reviewing this code in some other context and thought
> > this optimization makes sense. Unless someone beats me, I can
> > collect some data on Monday.
>
> Would be really nice to get this data.
>

On an idle system with 32logical cpu's (2 socket/8-core each) the
original kernel did the unnecessary load_cr3 2988 times during an
interval of 5 seconds.

With the fix, that count drops to 9 times.

thanks,
suresh

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