Skip to content

Commit

Permalink
ACPI: Documentation: Fix path for acpidbg tool
Browse files Browse the repository at this point in the history
The file:

Documentation/acpi/aml-debugger.txt

reports an obsolete path for the acpidbg tool, so fix it.

Signed-off-by: Flavio Suligoi <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
flavio-suligoi authored and rafaeljw committed Mar 7, 2019
1 parent d276709 commit 666dccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/acpi/aml-debugger.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kernel.

The resultant userspace tool binary is then located at:

tools/acpi/power/acpi/acpidbg/acpidbg
tools/power/acpi/acpidbg

It can be installed to system directories by running "make install" (as a
sufficiently privileged user).
Expand All @@ -35,7 +35,7 @@ kernel.

# mount -t debugfs none /sys/kernel/debug
# modprobe acpi_dbg
# tools/acpi/power/acpi/acpidbg/acpidbg
# tools/power/acpi/acpidbg

That spawns the interactive AML debugger environment where you can execute
debugger commands.
Expand Down

0 comments on commit 666dccf

Please sign in to comment.