Commit 4e381a4f authored by Len Brown's avatar Len Brown

Revert "ACPI: parse 2nd MADT by default"

This reverts commit 09fe5835.
http://bugzilla.kernel.org/show_bug.cgi?id=8283Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent ce20269d
...@@ -142,7 +142,7 @@ and is between 256 and 4096 characters. It is defined in the file ...@@ -142,7 +142,7 @@ and is between 256 and 4096 characters. It is defined in the file
Format: <int> Format: <int>
2: use 2nd APIC table, if available 2: use 2nd APIC table, if available
1,0: use 1st APIC table 1,0: use 1st APIC table
default: 2 default: 0
acpi_sleep= [HW,ACPI] Sleep options acpi_sleep= [HW,ACPI] Sleep options
Format: { s3_bios, s3_mode } Format: { s3_bios, s3_mode }
......
...@@ -42,7 +42,7 @@ static char *mps_inti_flags_trigger[] = { "dfl", "edge", "res", "level" }; ...@@ -42,7 +42,7 @@ static char *mps_inti_flags_trigger[] = { "dfl", "edge", "res", "level" };
static struct acpi_table_desc initial_tables[ACPI_MAX_TABLES] __initdata; static struct acpi_table_desc initial_tables[ACPI_MAX_TABLES] __initdata;
static int acpi_apic_instance __initdata = 2; static int acpi_apic_instance __initdata;
void acpi_table_print_madt_entry(struct acpi_subtable_header *header) void acpi_table_print_madt_entry(struct acpi_subtable_header *header)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment