summaryrefslogtreecommitdiffstats
path: root/include/acpi/acexcep.h
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2010-06-12 06:56:15 +0200
committerLen Brown <len.brown@intel.com>2010-06-12 06:56:15 +0200
commitd9a799d197da16fcfb1e872e82ee6cdf7fe8f7ab (patch)
treee4100a27d05d5fc9286a3bb8e7ebe5b8d9618e66 /include/acpi/acexcep.h
parentMerge branch 'acpi_pad' into release (diff)
parentACPICA: Truncate I/O addresses to 16 bits for Windows compatibility (diff)
downloadlinux-d9a799d197da16fcfb1e872e82ee6cdf7fe8f7ab.tar.xz
linux-d9a799d197da16fcfb1e872e82ee6cdf7fe8f7ab.zip
Merge branch 'acpica-cherry-pick' into release
Diffstat (limited to 'include/acpi/acexcep.h')
-rw-r--r--include/acpi/acexcep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acexcep.h b/include/acpi/acexcep.h
index 5958d7845bd5..17714beb868e 100644
--- a/include/acpi/acexcep.h
+++ b/include/acpi/acexcep.h
@@ -212,7 +212,7 @@ char const *acpi_gbl_exception_names_env[] = {
"AE_NO_GLOBAL_LOCK",
"AE_ABORT_METHOD",
"AE_SAME_HANDLER",
- "AE_WAKE_ONLY_GPE",
+ "AE_NO_HANDLER",
"AE_OWNER_ID_LIMIT"
};