aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/acpi/aml-debugger.txt4
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.
23 23
24 The resultant userspace tool binary is then located at: 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 It can be installed to system directories by running "make install" (as a 28 It can be installed to system directories by running "make install" (as a
29 sufficiently privileged user). 29 sufficiently privileged user).
@@ -35,7 +35,7 @@ kernel.
35 35
36 # mount -t debugfs none /sys/kernel/debug 36 # mount -t debugfs none /sys/kernel/debug
37 # modprobe acpi_dbg 37 # modprobe acpi_dbg
38 # tools/acpi/power/acpi/acpidbg/acpidbg 38 # tools/power/acpi/acpidbg
39 39
40 That spawns the interactive AML debugger environment where you can execute 40 That spawns the interactive AML debugger environment where you can execute
41 debugger commands. 41 debugger commands.