]> asedeno.scripts.mit.edu Git - linux.git/commit
ACPICA: Debugger: Cleanup interface to the AML disassembler
authorBob Moore <robert.moore@intel.com>
Fri, 10 Aug 2018 21:42:59 +0000 (14:42 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 14 Aug 2018 21:49:13 +0000 (23:49 +0200)
commitfb2ef998af44fb94214f3cf1c0e85d7a4e642fcb
treede7e1bc7d60d548c80618e67886b1f9239959a8a
parent4a7c94c721074eafb27298d93dbcc339aa28e745
ACPICA: Debugger: Cleanup interface to the AML disassembler

If the disassembler is configured out (such as when the debugger
is part of a kernel), these debugger commands are disabled:
    List
    Disassemble
Further, the Debug (single-step) command is simplified because
each line of code cannot be disassembled.

Reported-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/dbinput.c
drivers/acpi/acpica/dbmethod.c
drivers/acpi/acpica/dbxface.c