From: Bob Moore Date: Mon, 5 Jun 2017 08:38:32 +0000 (+0800) Subject: ACPICA: Add new flags to HEST subtables X-Git-Tag: v4.13-rc1~173^2~2^2~1^2~37 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2e166c731ddd5461435c460ef6fadb661b266e4a;p=karo-tx-linux.git ACPICA: Add new flags to HEST subtables ACPICA commit c2c3807adb8a67e6462b731dc64be35d8b8317f8 Add GHES_ASSIST flag for ACPI 6.2 Add missing GLOBAL flag for AER structures Link: https://github.com/acpica/acpica/commit/c2c3807a Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index f57e94c5c243..06731200305e 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h @@ -478,6 +478,7 @@ struct acpi_hest_aer_common { #define ACPI_HEST_FIRMWARE_FIRST (1) #define ACPI_HEST_GLOBAL (1<<1) +#define ACPI_HEST_GHES_ASSIST (1<<2) /* * Macros to access the bus/segment numbers in Bus field above: