From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754582AbeDZTix (ORCPT ); Thu, 26 Apr 2018 15:38:53 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:50006 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752754AbeDZTiv (ORCPT ); Thu, 26 Apr 2018 15:38:51 -0400 Date: Thu, 26 Apr 2018 21:38:47 +0200 (CEST) From: Thomas Gleixner To: Jacek Tomaka cc: linux-tip-commits@vger.kernel.org, linux-kernel@vger.kernel.org, Jacek Tomaka , mingo@kernel.org, hpa@zytor.com Subject: Re: [tip:x86/urgent] x86/cpu/intel: Add missing TLB cpuid values In-Reply-To: Message-ID: References: <20180423161425.24366-1-jacekt@dugeo.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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