aboutsummaryrefslogtreecommitdiffstats
path: root/xen
diff options
context:
space:
mode:
authorMatt Wilson <msw@amazon.com>2013-08-30 10:53:33 +0200
committerJan Beulich <jbeulich@suse.com>2013-08-30 10:53:33 +0200
commit7ab9e14530c58be4aa30c811bfaef35f64bdd90d (patch)
treec04aa1e3fbb630c0c2bf78ae828413e37cb657c2 /xen
parent735be2c1db9651b552c1df636742aaeab00ec538 (diff)
downloadxen-7ab9e14530c58be4aa30c811bfaef35f64bdd90d.tar.gz
xen-7ab9e14530c58be4aa30c811bfaef35f64bdd90d.tar.bz2
xen-7ab9e14530c58be4aa30c811bfaef35f64bdd90d.zip
x86/apic: remove DMI checks in bigsmp driver for obsolete systems
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> Acked-by: Keir Fraser <keir@xen.org> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Diffstat (limited to 'xen')
-rw-r--r--xen/arch/x86/genapic/bigsmp.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/xen/arch/x86/genapic/bigsmp.c b/xen/arch/x86/genapic/bigsmp.c
index 96b23d6a2b..411ddcf1e9 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")
}},