Commit 4e381a4f06e3c7b350b55a2636b9d45691780eba

Authored by Len Brown
1 parent ce20269d1e

Revert "ACPI: parse 2nd MADT by default"

This reverts commit 09fe58356d148ff66901ddf639e725ca1a48a0af.
http://bugzilla.kernel.org/show_bug.cgi?id=8283

Signed-off-by: Len Brown <len.brown@intel.com>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

Documentation/kernel-parameters.txt
... ... @@ -142,7 +142,7 @@
142 142 Format: <int>
143 143 2: use 2nd APIC table, if available
144 144 1,0: use 1st APIC table
145   - default: 2
  145 + default: 0
146 146  
147 147 acpi_sleep= [HW,ACPI] Sleep options
148 148 Format: { s3_bios, s3_mode }
drivers/acpi/tables.c
... ... @@ -42,7 +42,7 @@
42 42  
43 43 static struct acpi_table_desc initial_tables[ACPI_MAX_TABLES] __initdata;
44 44  
45   -static int acpi_apic_instance __initdata = 2;
  45 +static int acpi_apic_instance __initdata;
46 46  
47 47 void acpi_table_print_madt_entry(struct acpi_subtable_header *header)
48 48 {