aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
-rw-r--r--arch/x86/kernel/acpi/boot.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
index 7db15e161aa..f95703098f8 100644
--- a/arch/x86/kernel/acpi/boot.c
+++ b/arch/x86/kernel/acpi/boot.c
@@ -1206,9 +1206,6 @@ static void __init acpi_process_madt(void)
1206 if (!error) { 1206 if (!error) {
1207 acpi_lapic = 1; 1207 acpi_lapic = 1;
1208 1208
1209#ifdef CONFIG_X86_BIGSMP
1210 generic_bigsmp_probe();
1211#endif
1212 /* 1209 /*
1213 * Parse MADT IO-APIC entries 1210 * Parse MADT IO-APIC entries
1214 */ 1211 */
@@ -1218,8 +1215,6 @@ static void __init acpi_process_madt(void)
1218 acpi_ioapic = 1; 1215 acpi_ioapic = 1;
1219 1216
1220 smp_found_config = 1; 1217 smp_found_config = 1;
1221 if (apic->setup_apic_routing)
1222 apic->setup_apic_routing();
1223 } 1218 }
1224 } 1219 }
1225 if (error == -EINVAL) { 1220 if (error == -EINVAL) {
@@ -1370,14 +1365,6 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
1370 }, 1365 },
1371 { 1366 {
1372 .callback = force_acpi_ht, 1367 .callback = force_acpi_ht,
1373 .ident = "ASUS P2B-DS",
1374 .matches = {
1375 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
1376 DMI_MATCH(DMI_BOARD_NAME, "P2B-DS"),
1377 },
1378 },
1379 {
1380 .callback = force_acpi_ht,
1381 .ident = "ASUS CUR-DLS", 1368 .ident = "ASUS CUR-DLS",
1382 .matches = { 1369 .matches = {
1383 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."), 1370 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),