diff options
author | Otto Sabart | 2019-01-09 00:56:51 +0100 |
---|---|---|
committer | Rafael J. Wysocki | 2019-01-09 11:44:30 +0100 |
commit | 7604bf0920985c9280c8b24e2f0c3e4ed47f502f (patch) | |
tree | 8ed5aac90bac35150f19bdee066a583f9c907b16 /Documentation | |
parent | 09ad32dc6dc23beb638c48d0a2e5a9eaa8e85c6c (diff) |
doc: trace: fix reference to cpuidle documentation file
Old cpuidle/sysfs.txt file was replaced in aa5eee355b46. So, refer to
an updated file.
Fixes: aa5eee355b46 (Documentation: admin-guide: PM: Add cpuidle document)
Signed-off-by: Otto Sabart <ottosabart@seberm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/trace/coresight-cpu-debug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/coresight-cpu-debug.txt b/Documentation/trace/coresight-cpu-debug.txt index 89ab09e78e8d..f07e38094b40 100644 --- a/Documentation/trace/coresight-cpu-debug.txt +++ b/Documentation/trace/coresight-cpu-debug.txt @@ -165,7 +165,7 @@ Do some work... The same can also be done from an application program. Disable specific CPU's specific idle state from cpuidle sysfs (see -Documentation/cpuidle/sysfs.txt): +Documentation/admin-guide/pm/cpuidle.rst): # echo 1 > /sys/devices/system/cpu/cpu$cpu/cpuidle/state$state/disable |