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>
此提交包含在:
Bob Moore
2008-09-27 10:40:39 +08:00
提交者 Len Brown
父節點 93851b4d13
當前提交 57e664cfd9
共有 5 個檔案被更改,包括 30 行新增26 行删除

查看文件

@@ -318,6 +318,7 @@ struct acpi_object_reference {
struct acpi_namespace_node *node;
union acpi_operand_object **where;
u32 offset; /* Used for arg_op, local_op, and index_op */
u32 value; /* Used for ddb_handle */
};
/*