From: Keir Fraser <keir.xen@gmail.com>
To: Matt Wilson <msw@amazon.com>, xen-devel@lists.xenproject.org
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
Jan Beulich <jbeulich@suse.com>
Subject: Re: [PATCH v2] x86/apic: remove DMI checks in bigsmp driver for obsolete systems
Date: Fri, 30 Aug 2013 06:23:14 +0100 [thread overview]
Message-ID: <CE45EAD2.5BBE9%keir.xen@gmail.com> (raw)
In-Reply-To: <1377808698-12734-1-git-send-email-msw@amazon.com>
On 29/08/2013 21:38, "Matt Wilson" <msw@amazon.com> 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 <msw@amazon.com>
> Cc: Keir Fraser <keir@xen.org>
> Cc: Jan Beulich <jbeulich@suse.com>
> Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
> 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")
> }},
next prev parent reply other threads:[~2013-08-30 5:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-28 18:59 [PATCH] x86/apic: remove DMI checks in bigsmp driver for obsolete systems Matt Wilson
2013-08-28 19:25 ` Andrew Cooper
2013-08-28 20:58 ` Matt Wilson
[not found] ` <CAGU+ause62qH3UzVMGkJ5UZ4ssESE_Q=OTTW+GdoJQb+2tr_iw@mail.gmail.com>
2013-08-28 22:24 ` Aravindh Puthiyaparambil (aravindp)
2013-08-29 7:14 ` Jan Beulich
2013-08-29 20:38 ` [PATCH v2] " Matt Wilson
2013-08-30 5:23 ` Keir Fraser [this message]
2013-08-30 8:35 ` Andrew Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CE45EAD2.5BBE9%keir.xen@gmail.com \
--to=keir.xen@gmail.com \
--cc=andrew.cooper3@citrix.com \
--cc=jbeulich@suse.com \
--cc=msw@amazon.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.