From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [patch 01/22] x86/devicetable: Move x86 specific macro out of generic code Date: Fri, 20 Mar 2020 21:24:41 +0100 Message-ID: <87k13epyeu.fsf@nanos.tec.linutronix.de> References: <20200320131345.635023594@linutronix.de> <20200320131508.736205164@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org To: Andy Shevchenko Cc: LKML , "maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)" , Greg Kroah-Hartman , Mark Gross , Tony Luck , Paolo Bonzini , Darren Hart , Andy Shevchenko , "Rafael J. Wysocki" , Len Brown , ACPI Devel Maling List , Viresh Kumar , Linux PM , Srinivas Pandruvada , linux-edac@vger.kernel.org, Platform Driver , Jean Delvare , Guenter Roeck li List-Id: platform-driver-x86.vger.kernel.org Andy Shevchenko writes: > On Fri, Mar 20, 2020 at 3:17 PM Thomas Gleixner wrote: >> --- a/arch/x86/include/asm/cpu_device_id.h >> +++ b/arch/x86/include/asm/cpu_device_id.h >> @@ -6,10 +6,21 @@ >> * Declare drivers belonging to specific x86 CPUs >> * Similar in spirit to pci_device_id and related PCI functions >> */ > >> - > > Seems you are going to remove below anyway in the next patches, so, > why not to do this also there? > >> #include No it stays, but yes I could do that comment change right here. Thanks, tglx