Re: [tip:x86/urgent] x86/cpu/intel: Add missing TLB cpuid values

From: Thomas Gleixner
Date: Thu Apr 26 2018 - 15:38:57 EST


On Fri, 27 Apr 2018, Jacek Tomaka wrote:

> Hi Thomas,
>
> Looks like the patch has lost a coma after 128.
> + { 0x6c, TLB_DATA_2M_4M, 128 " TLB_DATA 2 MByte or 4
> MByte pages, 8-way associative" },
> should be :
> + { 0x6c, TLB_DATA_2M_4M, 128, " TLB_DATA 2 MByte or 4
> MByte pages, 8-way associative" },
>
> Do you want me to resend the patch with your updates?

Nah. I fix it up as I fatfingered it when I cleaned up the whitespace
damage.

Thanks,

tglx