search for: probe_bigsmp

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

2013 Aug 28
7
[PATCH] x86/apic: remove DMI checks in bigsmp driver for obsolete systems
...orce_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") - }}, - - { } -}; - - static __init int probe_bigsmp(void) { /* @@ -47,8 +20,7 @@ static __init int probe_bigsmp(void) if (acpi_gbl_FADT.flags & (ACPI_FADT_APIC_CLUSTER | ACPI_FADT_APIC_PHYSICAL)) def_to_bigsmp = 1; - else if (!def_to_bigsmp) - dmi_check_system(bigsmp_dmi_table); + return def_to_bigsmp; } -- 1.7.4.5