diff options
author | Len Brown <len.brown@intel.com> | 2010-06-12 06:56:15 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-06-12 06:56:15 +0200 |
commit | d9a799d197da16fcfb1e872e82ee6cdf7fe8f7ab (patch) | |
tree | e4100a27d05d5fc9286a3bb8e7ebe5b8d9618e66 /include/acpi/acexcep.h | |
parent | Merge branch 'acpi_pad' into release (diff) | |
parent | ACPICA: Truncate I/O addresses to 16 bits for Windows compatibility (diff) | |
download | linux-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.h | 2 |
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" }; |