diff options
author | Bob Moore <robert.moore@intel.com> | 2008-09-26 22:40:39 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-22 23:14:44 -0400 |
commit | 57e664cfd968ec8e4b0bfd80a5e8f903307e598b (patch) | |
tree | 1a4ab73f5a9f3a0e07ba2801494379373a461b66 /include/acpi | |
parent | 93851b4d13de48753eaae76ed190eef7355e2c19 (diff) |
ACPICA: Update for Reference ACPI_OPERAND_OBJECT
1) Add new field for use by DdbHandle (Value)
2) Use ACPI_CAST_INDIRECT_PTR to eliminate strict type warnings
3) Cleanup debug output
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 'include/acpi')
-rw-r--r-- | include/acpi/acobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acobject.h b/include/acpi/acobject.h index 0ca39265bb0f..7a8a652ffb78 100644 --- a/include/acpi/acobject.h +++ b/include/acpi/acobject.h | |||
@@ -318,6 +318,7 @@ struct acpi_object_reference { | |||
318 | struct acpi_namespace_node *node; | 318 | struct acpi_namespace_node *node; |
319 | union acpi_operand_object **where; | 319 | union acpi_operand_object **where; |
320 | u32 offset; /* Used for arg_op, local_op, and index_op */ | 320 | u32 offset; /* Used for arg_op, local_op, and index_op */ |
321 | u32 value; /* Used for ddb_handle */ | ||
321 | }; | 322 | }; |
322 | 323 | ||
323 | /* | 324 | /* |