]> Pileus Git - ~andy/linux/blobdiff - arch/ia64/kernel/acpi.c
ACPI: relax BAD_MADT_ENTRY check to allow LSAPIC variable length string UIDs
[~andy/linux] / arch / ia64 / kernel / acpi.c
index 99761b81db4496a78c0ea1eb0cb1076c438c8c3c..0176556aeeccbf28fa6c14a9c99f07f51750d9ae 100644 (file)
@@ -55,7 +55,7 @@
 
 #define BAD_MADT_ENTRY(entry, end) (                                        \
                (!entry) || (unsigned long)entry + sizeof(*entry) > end ||  \
-               ((acpi_table_entry_header *)entry)->length != sizeof(*entry))
+               ((acpi_table_entry_header *)entry)->length < sizeof(*entry))
 
 #define PREFIX                 "ACPI: "