search for: force_bigsmp

Displaying 1 result from an estimated 1 matches for "force_bigsmp".

2013 Aug 28
7
[PATCH] x86/apic: remove DMI checks in bigsmp driver for obsolete systems
...n/arch/x86/genapic/bigsmp.c +++ b/xen/arch/x86/genapic/bigsmp.c @@ -8,36 +8,9 @@ #include <xen/kernel.h> #include <xen/smp.h> #include <xen/init.h> -#include <xen/dmi.h> #include <asm/mach-default/mach_mpparse.h> #include <asm/io_apic.h> -static __init int force_bigsmp(struct dmi_system_id *d) -{ - printk(KERN_NOTICE "%s detected: force use of apic=bigsmp\n", d->ident); - def_to_bigsmp = 1; - return 0; -} - - -static struct dmi_system_id __initdata bigsmp_dmi_table[] = { - { force_bigsmp, "HP ProLiant DL760 G2", { - DMI_MATCH(DMI_BIOS_VEND...