Skip to content
Snippets Groups Projects
Commit 666dccf5 authored by Flavio Suligoi's avatar Flavio Suligoi Committed by Rafael J. Wysocki
Browse files

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: default avatarFlavio Suligoi <f.suligoi@asem.it>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent d276709c
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ kernel. ...@@ -23,7 +23,7 @@ kernel.
The resultant userspace tool binary is then located at: 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 It can be installed to system directories by running "make install" (as a
sufficiently privileged user). sufficiently privileged user).
...@@ -35,7 +35,7 @@ kernel. ...@@ -35,7 +35,7 @@ kernel.
# mount -t debugfs none /sys/kernel/debug # mount -t debugfs none /sys/kernel/debug
# modprobe acpi_dbg # modprobe acpi_dbg
# tools/acpi/power/acpi/acpidbg/acpidbg # tools/power/acpi/acpidbg
That spawns the interactive AML debugger environment where you can execute That spawns the interactive AML debugger environment where you can execute
debugger commands. debugger commands.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment