diff options
author | Flavio Suligoi <f.suligoi@asem.it> | 2019-03-01 11:53:11 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-03-07 11:28:33 +0100 |
commit | 666dccf528d87364dff6d34b155b0b3cb04a91c5 (patch) | |
tree | e7fcca2f3ef53478631a10e10eadb74de0a754d8 | |
parent | d276709ce6c90b9eceecdbd01a0c083ab04d3a52 (diff) | |
download | linux-666dccf528d87364dff6d34b155b0b3cb04a91c5.tar.gz linux-666dccf528d87364dff6d34b155b0b3cb04a91c5.tar.bz2 linux-666dccf528d87364dff6d34b155b0b3cb04a91c5.zip |
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>
-rw-r--r-- | Documentation/acpi/aml-debugger.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/acpi/aml-debugger.txt b/Documentation/acpi/aml-debugger.txt index e851cc5de63f..75ebeb64ab29 100644 --- a/Documentation/acpi/aml-debugger.txt +++ b/Documentation/acpi/aml-debugger.txt @@ -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). @@ -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. |