diff options
author | Bob Moore <robert.moore@intel.com> | 2010-04-26 23:32:28 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-05-06 03:05:54 -0400 |
commit | 186c307f008d2a53961cd970aaf7cb9c33e79cb1 (patch) | |
tree | d0f6af298f4012aafed58c27b8db498ddd9ed7ba /drivers/acpi/acpica/aclocal.h | |
parent | b9ee2043096b02e5da8c62f9a8a8f2e172b3606b (diff) |
ACPICA: Add GPE support for dynamically loaded ACPI tables
For all GPEs, including FADT-based and GPE Block Devices, execute
any _PRW methods in the new table, and process any _Lxx/_Exx GPE
methods in the new table. Any runtime GPE that is referred to
by an _Lxx/_Exx method in the new table is immediately enabled.
ACPICA BZ 833.
http://www.acpica.org/bugzilla/show_bug.cgi?id=833
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/aclocal.h')
-rw-r--r-- | drivers/acpi/acpica/aclocal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index 0886a3dfe134..147a7e6bd38f 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
@@ -470,6 +470,10 @@ struct acpi_gpe_xrupt_info { | |||
470 | struct acpi_gpe_walk_info { | 470 | struct acpi_gpe_walk_info { |
471 | struct acpi_namespace_node *gpe_device; | 471 | struct acpi_namespace_node *gpe_device; |
472 | struct acpi_gpe_block_info *gpe_block; | 472 | struct acpi_gpe_block_info *gpe_block; |
473 | u16 count; | ||
474 | acpi_owner_id owner_id; | ||
475 | u8 enable_this_gpe; | ||
476 | u8 execute_by_owner_id; | ||
473 | }; | 477 | }; |
474 | 478 | ||
475 | struct acpi_gpe_device_info { | 479 | struct acpi_gpe_device_info { |