Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp135955imu; Tue, 8 Jan 2019 16:17:46 -0800 (PST) X-Google-Smtp-Source: ALg8bN4dh8OPJXFIkFscAYy2Jqhbh44SdimhIpO+HaSsgOPENQM1cliTBivwTOCUwDrLjAmrHb7l X-Received: by 2002:a63:b30f:: with SMTP id i15mr3444328pgf.240.1546993066480; Tue, 08 Jan 2019 16:17:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546993066; cv=none; d=google.com; s=arc-20160816; b=bGmB7joJFGoOZxyaV09FbimJB+qnkKSqad2hmZWkZL1tiZB3BsjxlUhetoEg0PnDH0 XDdzdFALolJymeo7EDKt1+PxiMeXVv+DQyXQzMzLWho/+Ns4FFPU3ozd/8lVDtqG0byY Vdx2DwCUWJYaBm6Wrm8pFiFKQ2tKm2w4yeLxkTZFqIWEq67Okc8rsZt45pkQL1xpC6tE W0p1n8EVYj9Le6CcfQD6TgWgVmZPNS5EYfjKfzmu0Noj7j/oAbUYpYtfMp542ykpYAgS dmVPkR/8Wy0h+i640rJSFa4KkPOE/6Mog5li3l2shu/8tb6pPsMGXiOjebaMoAecMQ71 HIiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=5PoVQzSVsjn1ep+NVwxHpz6LNG0GOkSLO3Qbq0NPjdw=; b=HzwNuCu4BFAn4olWuLj2M2O6tMrVzoOLcoDa+IRPIJ51x00KOpq4YSSQVlfJVXyJW+ VSI0u5ki1jyHE46+1m76qjfhm43PMCj7RmqCARDhjkd+P0STCj23Qj1Ni+86/N8zTaM1 gHYiMhN18A8L3LTyNgFQN2N7dNDFc137kwBze3BXTtgO8BeHYF/QpG8hxG8wkOexS+sk ctvyL2sS9nZS17rGsV5xeXguy6Iuqp658xFp18rnZjzkw94dr9YbyjDwjCZdyvaq2qpA RtJApKWBWfdgvgpXTgXTLL76r0Fq0asx9oKbg5LemhKH1Gy9j0FHW8q3r/wHb3uEg5Ug Qn7w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p2si22222924pgr.133.2019.01.08.16.17.30; Tue, 08 Jan 2019 16:17:46 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729117AbfAHX46 (ORCPT + 99 others); Tue, 8 Jan 2019 18:56:58 -0500 Received: from wes1-so2.wedos.net ([46.28.106.16]:40512 "EHLO wes1-so2.wedos.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728112AbfAHX46 (ORCPT ); Tue, 8 Jan 2019 18:56:58 -0500 Received: from localhost (ip4-46-39-182-135.cust.nbox.cz [46.39.182.135]) by wes1-so2.wedos.net (Postfix) with ESMTPSA id 43Z8Lb6RfFzWy; Wed, 9 Jan 2019 00:56:55 +0100 (CET) Date: Wed, 9 Jan 2019 00:56:51 +0100 From: Otto Sabart To: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Cc: Mathieu Poirier , Suzuki K Poulose , Jonathan Corbet , "Rafael J. Wysocki" Subject: [PATCH 1/1] doc: trace: fix reference to cpuidle documentation file Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline X-PGP-Key: http://seberm.com/pubkey.asc User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --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 --- 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 =20 =20 --=20 2.17.2 --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEb6VOpv2s03VHGoilgjuumfi+HjwFAlw1OMMACgkQgjuumfi+ Hjy1gQ//RuHvTrIJhx27Rt8Wiula8M+FF34Y5bxFzXGbY3QSBTK5TnzlKdusnBU7 hVvg+ICmFQp477MvMjD4y8Y7RDen1p02rY8GgyKnnMfKpSp+bUG9gpa6F52uMPR3 iIXzGb7YjMx/0u7sgsVup65BQGPJsebvLdSE79usHAdjAsqDdh1wy5DdIHQ2LIW2 BxhZmKa7zy3bHgdCIWWj16VjTqSJzVblQfhD/2Tidtvgkty2f471BCgWABaS/q6q jYQ5IavmDzR91GefuVPqgaFK20MKNFdiBc5fQgcLpTUv/nm1MD7go1NNgCgxphO4 8Hpj8bJJtNpIO/xYcLBawyf9/etuhagC0okeGK87mcn7Rm5vQEhftpUom4pidlE4 t8EZTpYQktPO+NM/FPZHkwi2zJeUQto73gXrrdtf7aBCCO1XA4N/iVQqORQPHsvh gn85ejVgETwxJ3h5SW8zYBRx3jBv0ndi2EZfsiQguuWcWD2iDnzYFxh1YIJ37/0f s/bi8MgXMKJFARpH1o+smmt5aPQ/JyPc9VES3bfn2LeeHN6LlXT0TRBHsSdfWF/Q RLHmty89NAHAiIzvqQK4Y5EHxDK6Qgl/RtzGSbPe/O3fL8d31dlApxxReMW+cxUe eL+e7gnqJu1007g9XwinErnY53JmDG/pmgItZeqWgn/BqoED2mQ= =pfPL -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X--