summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/evgpe.c
diff options
context:
space:
mode:
authorBob Moore2010-04-27 05:32:28 +0200
committerLen Brown2010-05-06 09:05:54 +0200
commit186c307f008d2a53961cd970aaf7cb9c33e79cb1 (patch)
treed0f6af298f4012aafed58c27b8db498ddd9ed7ba /drivers/acpi/acpica/evgpe.c
parentACPICA: Clarify/rename some root table descriptor fields (diff)
downloadkernel-qcow2-linux-186c307f008d2a53961cd970aaf7cb9c33e79cb1.tar.gz
kernel-qcow2-linux-186c307f008d2a53961cd970aaf7cb9c33e79cb1.tar.xz
kernel-qcow2-linux-186c307f008d2a53961cd970aaf7cb9c33e79cb1.zip
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/evgpe.c')
-rw-r--r--drivers/acpi/acpica/evgpe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/evgpe.c b/drivers/acpi/acpica/evgpe.c
index deb26f4c6623..a221ad404167 100644
--- a/drivers/acpi/acpica/evgpe.c
+++ b/drivers/acpi/acpica/evgpe.c
@@ -265,7 +265,7 @@ struct acpi_gpe_event_info *acpi_ev_get_gpe_event_info(acpi_handle gpe_device,
ACPI_FUNCTION_ENTRY();
- /* A NULL gpe_block means use the FADT-defined GPE block(s) */
+ /* A NULL gpe_device means use the FADT-defined GPE block(s) */
if (!gpe_device) {