ACPICA: Utilities: Make a notify value reserved
authorBob Moore <robert.moore@intel.com>
Mon, 5 Jun 2017 08:45:22 +0000 (16:45 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Jun 2017 12:51:41 +0000 (14:51 +0200)
ACPICA commit 54eb9be35414847da7e2903c8d410fa806b44fb5

0x0C (Graceful shutdown) is now reverted to reserved.
0x81 takes the place of this value.

Link: https://github.com/acpica/acpica/commit/54eb9be3
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

index 8f2f00d..02cd2c2 100644 (file)
@@ -460,8 +460,8 @@ static const char *acpi_gbl_generic_notify[ACPI_GENERIC_NOTIFY_MAX + 1] = {
        /* 09 */ "Device PLD Check",
        /* 0A */ "Reserved",
        /* 0B */ "System Locality Update",
-                                       /* 0C */ "Shutdown Request",
-                                       /* Reserved in ACPI 6.0 */
+                                                               /* 0C */ "Reserved (was previously Shutdown Request)",
+                                                               /* Reserved in ACPI 6.0 */
        /* 0D */ "System Resource Affinity Update",
                                                                /* 0E */ "Heterogeneous Memory Attributes Update"
                                                                /* ACPI 6.2 */