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

From: Thomas Gleixner
Date: Thu Apr 26 2018 - 15:42:27 EST


On Thu, 26 Apr 2018, Thomas Gleixner wrote:
> 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.

As a bonus I enable INTEL support when compiling it.