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>
This commit is contained in:
Bob Moore 2008-12-16 16:04:29 +08:00 committed by Len Brown
parent 50df4d8b0f
commit 7488c8d511
2 changed files with 9 additions and 1 deletions

View file

@ -173,6 +173,14 @@ extern struct acpi_dmtable_info acpi_dm_table_info_fadt2[];
extern struct acpi_dmtable_info acpi_dm_table_info_gas[];
extern struct acpi_dmtable_info acpi_dm_table_info_header[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest0[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest1[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest3[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest4[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest5[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest6[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest7[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest8[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest9[];
extern struct acpi_dmtable_info acpi_dm_table_info_hest_notify[];
extern struct acpi_dmtable_info acpi_dm_table_info_hpet[];

View file

@ -627,7 +627,7 @@ struct acpi_hest_aer_common {
u32 uncorrectable_error_mask;
u32 uncorrectable_error_severity;
u32 correctable_error_mask;
u32 advanced_error_cababilities;
u32 advanced_error_capabilities;
};
/* Hardware Error Notification */