diff options
| author | Len Brown <len.brown@intel.com> | 2004-12-06 07:12:37 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2004-12-06 07:12:37 -0500 |
| commit | 46bcd6adfaa55dfe17dfd5097c5123049b401992 (patch) | |
| tree | 1c15dcea68e051e33667eef64f90c186d0ca7d7b /include/acpi/amlcode.h | |
| parent | 8c15f7c986178c796f127698acae8c03a1f96e41 (diff) | |
[ACPI] ACPICA 20041203 from Bob Moore and Alexey Starikovskiy
The low-level field insertion/extraction code (exfldio)
has been completely rewritten to eliminate unnecessary
complexity, bugs, and boundary conditions.
Fixed a problem in the ToInteger, ToBuffer, ToHexString,
and ToDecimalString operators where the input operand could
be inadvertently deleted if no conversion was necessary
(e.g., if the input to ToInteger was an Integer object.)
Fixed a problem with the ToDecimalString and ToHexString
where an incorrect exception code was returned if the
resulting string would be > 200 chars. AE_STRING_LIMIT is
now returned.
Fixed a problem with the Concatenate operator where AE_OK
was always returned, even if the operation failed.
Fixed a problem in oswinxf (used by AcpiExec and iASL)
to allow > 128 semaphores to be allocated.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/amlcode.h')
| -rw-r--r-- | include/acpi/amlcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/amlcode.h b/include/acpi/amlcode.h index c4fa67dfec64..263c69b35ecb 100644 --- a/include/acpi/amlcode.h +++ b/include/acpi/amlcode.h @@ -320,6 +320,7 @@ #define AML_HAS_TARGET 0x0800 #define AML_HAS_ARGS 0x1000 #define AML_CONSTANT 0x2000 +#define AML_NO_OPERAND_RESOLVE 0x4000 /* Convenient flag groupings */ |
