From 94ea25654ed72542477fec0ae09c01032a2d1d7e Mon Sep 17 00:00:00 2001 From: Bob Moore Date: Fri, 24 Aug 2012 10:25:12 -0700 Subject: [PATCH] --- yaml --- r: 331712 b: refs/heads/master c: ca4a03143f6c911189f708a3a3c7eae3dfb8678c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/acpi/actbl1.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b73372c82541..0b60bd583d1c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 59e6423ba8aaa42289457a15ffc7d111a955a2fa +refs/heads/master: ca4a03143f6c911189f708a3a3c7eae3dfb8678c diff --git a/trunk/include/acpi/actbl1.h b/trunk/include/acpi/actbl1.h index c41d6f96ed7d..280fc45b59dd 100644 --- a/trunk/include/acpi/actbl1.h +++ b/trunk/include/acpi/actbl1.h @@ -495,7 +495,9 @@ enum acpi_hest_notify_types { ACPI_HEST_NOTIFY_LOCAL = 2, ACPI_HEST_NOTIFY_SCI = 3, ACPI_HEST_NOTIFY_NMI = 4, - ACPI_HEST_NOTIFY_RESERVED = 5 /* 5 and greater are reserved */ + ACPI_HEST_NOTIFY_CMCI = 5, /* ACPI 5.0 */ + ACPI_HEST_NOTIFY_MCE = 6, /* ACPI 5.0 */ + ACPI_HEST_NOTIFY_RESERVED = 7 /* 7 and greater are reserved */ }; /* Values for config_write_enable bitfield above */