2019-01-09 00:17:46

by Otto Sabart

[permalink] [raw]
Subject: [PATCH 1/1] 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 <[email protected]>
---
Documentation/trace/coresight-cpu-debug.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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


--
2.17.2


Attachments:
(No filename) (917.00 B)
signature.asc (849.00 B)
Download all attachments

2019-01-09 10:48:46

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH 1/1] doc: trace: fix reference to cpuidle documentation file

On Wednesday, January 9, 2019 12:56:51 AM CET Otto Sabart wrote:
>
> --LZvS9be/3tNcYl/X
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
>
> 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 <[email protected]>
> ---
> Documentation/trace/coresight-cpu-debug.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/trace/coresight-cpu-debug.txt b/Documentation/tr=
> ace/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.
> =20
> 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

Applied, thanks!