Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Flavio Suligoi and committed by
Rafael J. Wysocki
666dccf5 d276709c

+2 -2
+2 -2
Documentation/acpi/aml-debugger.txt
··· 23 23 24 24 The resultant userspace tool binary is then located at: 25 25 26 - tools/acpi/power/acpi/acpidbg/acpidbg 26 + tools/power/acpi/acpidbg 27 27 28 28 It can be installed to system directories by running "make install" (as a 29 29 sufficiently privileged user). ··· 35 35 36 36 # mount -t debugfs none /sys/kernel/debug 37 37 # modprobe acpi_dbg 38 - # tools/acpi/power/acpi/acpidbg/acpidbg 38 + # tools/power/acpi/acpidbg 39 39 40 40 That spawns the interactive AML debugger environment where you can execute 41 41 debugger commands.