]> git.baikalelectronics.ru Git - kernel.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)
commit86dcb5edfcffbf67e0df36513f4cdb5202d8e33a
treede7e1bc7d60d548c80618e67886b1f9239959a8a
parent093f0fd25542d25a8f7d24f5f8c21ea438146601
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