From: Tony Luck <tony.luck@xxxxxxxxx> ACPI 6.1 spec clarified the structure of the Boot Error Record Table. Linux code was overly complex, and included a redundant structure definition of "acpi_bert_region". v2 changes: Rafael: Split the change to <acpi/actbl1.h> into a separate patch so it can be fed through ACPICA process. Boris: Better wording for the comment about the "address" field in the acpi_table_bert structure. Tony Luck (2): ACPI / APEI: Boot Error Record Table processing was needlessly complicated ACPI / APEI: No remaining users of struct acpi_bert_region drivers/acpi/apei/bert.c | 54 +++++++----------------------------------------- include/acpi/actbl1.h | 16 +++++--------- 2 files changed, 12 insertions(+), 58 deletions(-) Cc: Len Brown <lenb@xxxxxxxxxx> Cc: Huang Ying <ying.huang@xxxxxxxxx> Cc: Borislav Petkov <bp@xxxxxxx> Cc: Tomasz Nowicki <tomasz.nowicki@xxxxxxxxxx> Cc: Jonathan (Zhixiong) Zhang <zjzhang@xxxxxxxxxxxxxx> Cc: Tyler Baicar <tbaicar@xxxxxxxxxxxxxx> Cc: linux-acpi@xxxxxxxxxxxxxxx Reviewed-by: Borislav Petkov <bp@xxxxxxx> Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx> -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html