From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH v2] x86/apic: remove DMI checks in bigsmp driver for obsolete systems Date: Fri, 30 Aug 2013 06:23:14 +0100 Message-ID: References: <1377808698-12734-1-git-send-email-msw@amazon.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VFHB4-00053s-E9 for xen-devel@lists.xenproject.org; Fri, 30 Aug 2013 05:23:22 +0000 Received: by mail-we0-f174.google.com with SMTP id q54so1193147wes.33 for ; Thu, 29 Aug 2013 22:23:20 -0700 (PDT) In-Reply-To: <1377808698-12734-1-git-send-email-msw@amazon.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Matt Wilson , xen-devel@lists.xenproject.org Cc: Andrew Cooper , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 29/08/2013 21:38, "Matt Wilson" wrote: > The DMI checks that force the use of the bigsmp APIC driver are for > systems that are no longer supported by Xen (32-bit x86). > > Signed-off-by: Matt Wilson > Cc: Keir Fraser > Cc: Jan Beulich > Cc: Andrew Cooper Acked-by: Keir Fraser > Changes in v2: > - only remove obsolete HP systems, leave UNISYS ES7000-ONE behind > --- > xen/arch/x86/genapic/bigsmp.c | 9 --------- > 1 files changed, 0 insertions(+), 9 deletions(-) > > diff --git a/xen/arch/x86/genapic/bigsmp.c b/xen/arch/x86/genapic/bigsmp.c > index 96b23d6..411ddcf 100644 > --- a/xen/arch/x86/genapic/bigsmp.c > +++ b/xen/arch/x86/genapic/bigsmp.c > @@ -21,15 +21,6 @@ static __init int force_bigsmp(struct dmi_system_id *d) > > > static struct dmi_system_id __initdata bigsmp_dmi_table[] = { > - { force_bigsmp, "HP ProLiant DL760 G2", { > - DMI_MATCH(DMI_BIOS_VENDOR, "HP"), > - DMI_MATCH(DMI_BIOS_VERSION, "P44-"), > - }}, > - > - { force_bigsmp, "HP ProLiant DL740", { > - DMI_MATCH(DMI_BIOS_VENDOR, "HP"), > - DMI_MATCH(DMI_BIOS_VERSION, "P47-"), > - }}, > { force_bigsmp, "UNISYS ES7000-ONE", { > DMI_MATCH(DMI_PRODUCT_NAME, "ES7000-ONE") > }},