ACPICA: Add new notify value for memory attributes update
authorBob Moore <robert.moore@intel.com>
Mon, 5 Jun 2017 08:37:23 +0000 (16:37 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Jun 2017 12:50:33 +0000 (14:50 +0200)
ACPICA commit d37e878292bc9c7835b74e90d1c4c79e96ce6652

New notify value for memory attributes update for ACPI 6.2.

Link: https://github.com/acpica/acpica/commit/d37e8782
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/utdecode.c
include/acpi/actypes.h

index 6086830..8f2f00d 100644 (file)
@@ -462,7 +462,9 @@ static const char *acpi_gbl_generic_notify[ACPI_GENERIC_NOTIFY_MAX + 1] = {
        /* 0B */ "System Locality Update",
                                        /* 0C */ "Shutdown Request",
                                        /* Reserved in ACPI 6.0 */
-       /* 0D */ "System Resource Affinity Update"
+       /* 0D */ "System Resource Affinity Update",
+                                                               /* 0E */ "Heterogeneous Memory Attributes Update"
+                                                               /* ACPI 6.2 */
 };
 
 static const char *acpi_gbl_device_notify[5] = {
index d549e31..7aa186d 100644 (file)
@@ -629,8 +629,9 @@ typedef u64 acpi_integer;
 #define ACPI_NOTIFY_LOCALITY_UPDATE     (u8) 0x0B
 #define ACPI_NOTIFY_SHUTDOWN_REQUEST    (u8) 0x0C
 #define ACPI_NOTIFY_AFFINITY_UPDATE     (u8) 0x0D
+#define ACPI_NOTIFY_MEMORY_UPDATE       (u8) 0x0E
 
-#define ACPI_GENERIC_NOTIFY_MAX         0x0D
+#define ACPI_GENERIC_NOTIFY_MAX         0x0E
 #define ACPI_SPECIFIC_NOTIFY_MAX        0x84
 
 /*