diff options
author | Bob Moore <robert.moore@intel.com> | 2013-07-17 09:48:50 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-07-23 01:06:49 +0200 |
commit | 2c48e3eacb0998dc483860e63da47909313c314e (patch) | |
tree | 1be551987a64d78b39853ae102cf9bf3411e9008 /include | |
parent | 0fb3adf8099160c0a1b1952b6ccf7ac05c218d38 (diff) | |
download | linux-stable-2c48e3eacb0998dc483860e63da47909313c314e.tar.gz linux-stable-2c48e3eacb0998dc483860e63da47909313c314e.tar.bz2 linux-stable-2c48e3eacb0998dc483860e63da47909313c314e.zip |
ACPICA: Remove restriction of 256 maximum GPEs in any GPE block
The FADT can support over 1000 GPEs, so remove any restriction
on the GPE numbers.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Acked-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/actypes.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 22b03c9286e9..787a977ece9d 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h @@ -668,13 +668,6 @@ typedef u32 acpi_event_status; #define ACPI_EVENT_FLAG_SET (acpi_event_status) 0x04 #define ACPI_EVENT_FLAG_HANDLE (acpi_event_status) 0x08 -/* - * General Purpose Events (GPE) - */ -#define ACPI_GPE_INVALID 0xFF -#define ACPI_GPE_MAX 0xFF -#define ACPI_NUM_GPE 256 - /* Actions for acpi_set_gpe, acpi_gpe_wakeup, acpi_hw_low_set_gpe */ #define ACPI_GPE_ENABLE 0 |