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
- Lines: 12
- Date:
2004-04-14 06:05:28.000000000 -0700
- Orig file:
linux-2.4.25/drivers/acpi/dispatcher/dsobject.c
- Orig date:
2004-02-18 05:36:31.000000000 -0800
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)