Received: by 10.223.185.116 with SMTP id b49csp4599823wrg; Mon, 26 Feb 2018 22:27:17 -0800 (PST) X-Google-Smtp-Source: AH8x224ERoZylB519bnoIoSl83AorSsXzYMGfKIHyR+37T4lPl3OO+SgkY/6oFJtnuzc75thtbzM X-Received: by 10.101.80.6 with SMTP id f6mr10355927pgo.272.1519712837460; Mon, 26 Feb 2018 22:27:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519712837; cv=none; d=google.com; s=arc-20160816; b=0at6Lg9seAuOctW8Rgar8jo5jsiXVB70aoJ9ZjPDTj14aT3jI//9VoY2UcwiKqEggd ltmoVpg2KO1GlhOcb76+XFp9aSYbXz+xDA7lmjHmpfz6NIh2sy/lszD7GoLTqrcU3fNr ZfuF/TK3rV1ABNK4koMAi4ygM9MSrwplh29IsS1RR84/FyVyt2oGFzmfJSjhxmDS0HEh Dr8gWBihYQJtTIzcZWWwCPVs9dHtKTQfl5aGMN0Ta3irmmFdBtOlzCzJM9ANaRnkih36 J+qbFvErBYxapwFcMsiEK51O8P3zk4kpStz7dMvvKgeQse6jvWlF1kblklBVPvi505VB 9acQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=MsdLq25bFHRjbNeJoZ6fFZBkjsjLXEk654fs1rL9K4w=; b=gY0qZ3bFHdQLfExRh2VwRvONplBjR70GedMUY95qZ9EtaGih20MyUJaWtR3a4XEllP ANS5G986Ooj1ACoia01ljgK1Jj1mY3wAO6e3UABGLcBA2iAGuVLr+M1HuNWqDJzEIBNj bJd+Wj0pffkC0TUojbwL/tYJ4F/cBLPor45qKk1OL1ZiKte9ooowYjpOEAgvZGxWyV1V 9j8YDhkssoT6AspMcrTqf6T41HWI+gT180mpZMb8nBXkB8cVb7/Avzsfx2T0pyOvVlBt WFYrdJEyiGQJqLCukYksf2I54shXCgocSI/wfHPMHExl3NLQFoF0mCNw89dRu/uMzgrx k0cw== 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 p61-v6si8072977plb.584.2018.02.26.22.27.01; Mon, 26 Feb 2018 22:27:17 -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 S1751867AbeB0G0V (ORCPT + 99 others); Tue, 27 Feb 2018 01:26:21 -0500 Received: from mx58.baidu.com ([61.135.168.58]:43381 "EHLO tc-sys-mailedm03.tc.baidu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750770AbeB0G0U (ORCPT ); Tue, 27 Feb 2018 01:26:20 -0500 X-Greylist: delayed 495 seconds by postgrey-1.27 at vger.kernel.org; Tue, 27 Feb 2018 01:26:19 EST Received: from localhost (cp01-cos-dev01.cp01.baidu.com [10.92.119.46]) by tc-sys-mailedm03.tc.baidu.com (Postfix) with ESMTP id A4C2E62400A; Tue, 27 Feb 2018 14:17:51 +0800 (CST) From: Li RongQing To: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Cc: fenghua.yu@intel.com, tglx@linutronix.de Subject: [PATCH] Documentation: fix the wrong path in intel_rdt_ui.txt Date: Tue, 27 Feb 2018 14:17:51 +0800 Message-Id: <1519712271-8802-1-git-send-email-lirongqing@baidu.com> X-Mailer: git-send-email 1.7.10.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org the note says "Move the cpus 4-7 over to p1", but echo command writes f0 to p0/cpus Signed-off-by: Li RongQing Cc: Fenghua Yu --- Documentation/x86/intel_rdt_ui.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/x86/intel_rdt_ui.txt b/Documentation/x86/intel_rdt_ui.txt index 756fd76b78a6..71c30984e94d 100644 --- a/Documentation/x86/intel_rdt_ui.txt +++ b/Documentation/x86/intel_rdt_ui.txt @@ -671,7 +671,7 @@ occupancy of the real time threads on these cores. # mkdir p1 Move the cpus 4-7 over to p1 -# echo f0 > p0/cpus +# echo f0 > p1/cpus View the llc occupancy snapshot -- 2.11.0