patch-2.4.26 linux-2.4.26/drivers/acpi/dispatcher/dsobject.c

Next file: linux-2.4.26/drivers/acpi/dispatcher/dsopcode.c
Previous file: linux-2.4.26/drivers/acpi/dispatcher/dsmthdat.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/drivers/acpi/dispatcher/dsobject.c linux-2.4.26/drivers/acpi/dispatcher/dsobject.c
@@ -582,6 +582,11 @@
 
 			obj_desc->reference.opcode = AML_ARG_OP;
 			obj_desc->reference.offset = opcode - AML_ARG_OP;
+
+#ifndef ACPI_NO_METHOD_EXECUTION
+			status = acpi_ds_method_data_get_node (AML_ARG_OP, obj_desc->reference.offset,
+					 walk_state, (struct acpi_namespace_node **) &obj_desc->reference.object);
+#endif
 			break;
 
 		default: /* Other literals, etc.. */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)