Skip to content

Commit 666dccf

Browse files
flavio-suligoirafaeljw
authored andcommitted
ACPI: Documentation: Fix path for acpidbg tool
The file: Documentation/acpi/aml-debugger.txt reports an obsolete path for the acpidbg tool, so fix it. Signed-off-by: Flavio Suligoi <f.suligoi@asem.it> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent d276709 commit 666dccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/acpi/aml-debugger.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kernel.
2323

2424
The resultant userspace tool binary is then located at:
2525

26-
tools/acpi/power/acpi/acpidbg/acpidbg
26+
tools/power/acpi/acpidbg
2727

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

3636
# mount -t debugfs none /sys/kernel/debug
3737
# modprobe acpi_dbg
38-
# tools/acpi/power/acpi/acpidbg/acpidbg
38+
# tools/power/acpi/acpidbg
3939

4040
That spawns the interactive AML debugger environment where you can execute
4141
debugger commands.

0 commit comments

Comments
 (0)