Re: [PATCH v4 5/7] x86/tlb: add tlb flush all factor for specificCPU

From: Peter Zijlstra
Date: Thu May 10 2012 - 05:37:42 EST


On Thu, 2012-05-10 at 13:00 +0800, Alex Shi wrote:
> + case 0x62a: /* SandyBridge */
> + case 0x62d: /* SandyBridge, "Romely-EP" */
> + tlb_flushall_factor = 5;
> + break;

One would expect some IVB stuff here.. surely you have some.

> + default:
> + tlb_flushall_factor = 6;
> + }


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