Merge trivial low-risk suspend hotkey bugzilla-5918 into release

This commit is contained in:
Len Brown
2006-08-20 21:49:29 -04:00
16 changed files with 230 additions and 180 deletions

View 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: "