ACPICA: Executer: Add back pointing reference of method operand
authorLv Zheng <lv.zheng@intel.com>
Thu, 23 Jul 2015 04:52:31 +0000 (12:52 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 23 Jul 2015 21:09:06 +0000 (23:09 +0200)
commit07b9c91225055afeb2d75942fc36dd51c5553d90
treebd1e846a739959cb9d4ac96c6f78d3b7fd15b5bb
parent62eb935b77818a5e4ff3c8d9b97036b59944f649
ACPICA: Executer: Add back pointing reference of method operand

ACPICA commit 9dcd124e914e87495fbd1786d9484b962e0823e0

This patch adds back pointing reference of the namespace node for a method
operand. The namespace node then can be used in
acpi_ds_terminate_control_method() to obtain method full path to be used by
tracing facilities. Lv Zheng.

Link: https://github.com/acpica/acpica/commit/9dcd124e
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acobject.h
drivers/acpi/acpica/excreate.c
drivers/acpi/acpica/utdelete.c