diff options
author | Bob Moore <robert.moore@intel.com> | 2008-12-16 03:04:29 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-12-31 01:16:09 -0500 |
commit | 7488c8d51134a152f022bc11547157f80a725ff1 (patch) | |
tree | 6a9c21735b6f469f83150d109f5eaf33f7db8f12 /include/acpi/actbl1.h | |
parent | 50df4d8b0f6e1971b930f3158c9ee0e4263e636d (diff) |
ACPICA: Fixes for various ACPI data tables
Eliminate extraneous "zero length subtable" messages.
Fix subtable output for ERST, MCFG, EINJ tables.
Implement all subtables for HEST.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/actbl1.h')
-rw-r--r-- | include/acpi/actbl1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 63f5b4cf4de1..18963b968114 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h | |||
@@ -627,7 +627,7 @@ struct acpi_hest_aer_common { | |||
627 | u32 uncorrectable_error_mask; | 627 | u32 uncorrectable_error_mask; |
628 | u32 uncorrectable_error_severity; | 628 | u32 uncorrectable_error_severity; |
629 | u32 correctable_error_mask; | 629 | u32 correctable_error_mask; |
630 | u32 advanced_error_cababilities; | 630 | u32 advanced_error_capabilities; |
631 | }; | 631 | }; |
632 | 632 | ||
633 | /* Hardware Error Notification */ | 633 | /* Hardware Error Notification */ |