ACPICA: Debugger: Major update for the Disassemble<method> command.
authorBob Moore <robert.moore@intel.com>
Wed, 19 Dec 2012 05:38:07 +0000 (05:38 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 10 Jan 2013 11:36:18 +0000 (12:36 +0100)
commit886308ecea88236e88fba2a7f50d8ce22a40c4fe
tree74109d1b4466cc70a9a3e9a662165fd84aa90985
parent0e770b3263816b4445e2c855f641b172aa26291a
ACPICA: Debugger: Major update for the Disassemble<method> command.

This command was downreved and did not properly disassemble control
methods with any reasonable complexity. This fix brings the command
up to the same level as the rest of the disassembler.  Adds one
new file, dmdeferred.c, which is existing code that is now common
with the main disassembler and the debugger disassembl command.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acutils.h
drivers/acpi/acpica/rscalc.c
drivers/acpi/acpica/rscreate.c
drivers/acpi/acpica/rslist.c
drivers/acpi/acpica/utresrc.c