diff options
author | Bob Moore <robert.moore@intel.com> | 2014-07-30 12:21:31 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-07-31 00:50:24 +0200 |
commit | b3cc1356a6bd5c1b1269f2201e7ae65a458b662d (patch) | |
tree | eab80e467199ffae753575affa65a59ad29d41bb /include/acpi | |
parent | a9f65e01aa52692756ac5e6357502921a55f8a0e (diff) | |
download | op-kernel-dev-b3cc1356a6bd5c1b1269f2201e7ae65a458b662d.zip op-kernel-dev-b3cc1356a6bd5c1b1269f2201e7ae65a458b662d.tar.gz |
ACPICA: ACPI 5.1: New notify value for System Affinity Update.
New value for the Notify() operator.
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>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/actypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 4d9b29c..ac03ec8 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h @@ -612,8 +612,9 @@ typedef u64 acpi_integer; #define ACPI_NOTIFY_RESERVED (u8) 0x0A #define ACPI_NOTIFY_LOCALITY_UPDATE (u8) 0x0B #define ACPI_NOTIFY_SHUTDOWN_REQUEST (u8) 0x0C +#define ACPI_NOTIFY_AFFINITY_UPDATE (u8) 0x0D -#define ACPI_NOTIFY_MAX 0x0C +#define ACPI_NOTIFY_MAX 0x0D /* * Types associated with ACPI names and objects. The first group of |