提交 7488c8d5 编写于 作者: B Bob Moore 提交者: Len Brown

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: NBob Moore <robert.moore@intel.com>
Signed-off-by: NLin Ming <ming.m.lin@intel.com>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 50df4d8b
......@@ -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[];
......
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册