Commit e0e0b649 authored by Len Brown's avatar Len Brown

Merge intel.com:/home/lenb/src/26-stable-dev

into intel.com:/home/lenb/src/26-latest-dev
parents 36a52aa5 3bcdc7f1
...@@ -753,7 +753,7 @@ acpi_process_madt(void) ...@@ -753,7 +753,7 @@ acpi_process_madt(void)
int count, error; int count, error;
count = acpi_table_parse(ACPI_APIC, acpi_parse_madt); count = acpi_table_parse(ACPI_APIC, acpi_parse_madt);
if (count == 1) { if (count >= 1) {
/* /*
* Parse MADT LAPIC entries * Parse MADT LAPIC entries
......
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