From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752718AbdEIHr3 (ORCPT ); Tue, 9 May 2017 03:47:29 -0400 Received: from terminus.zytor.com ([65.50.211.136]:52775 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750835AbdEIHr1 (ORCPT ); Tue, 9 May 2017 03:47:27 -0400 Date: Tue, 9 May 2017 00:45:48 -0700 From: tip-bot for Xiaochen Shen Message-ID: Cc: hpa@zytor.com, tglx@linutronix.de, mingo@kernel.org, xiaochen.shen@intel.com, linux-kernel@vger.kernel.org, fenghua.yu@intel.com Reply-To: fenghua.yu@intel.com, linux-kernel@vger.kernel.org, xiaochen.shen@intel.com, mingo@kernel.org, tglx@linutronix.de, hpa@zytor.com In-Reply-To: <1493781356-24229-1-git-send-email-xiaochen.shen@intel.com> References: <1493781356-24229-1-git-send-email-xiaochen.shen@intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/urgent] x86/intel_rdt: Fix a typo in Documentation Git-Commit-ID: fb8fb46c56289b3f34b5d90a4ec65e9e4e4544a5 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: fb8fb46c56289b3f34b5d90a4ec65e9e4e4544a5 Gitweb: http://git.kernel.org/tip/fb8fb46c56289b3f34b5d90a4ec65e9e4e4544a5 Author: Xiaochen Shen AuthorDate: Wed, 3 May 2017 11:15:56 +0800 Committer: Thomas Gleixner CommitDate: Tue, 9 May 2017 09:41:42 +0200 x86/intel_rdt: Fix a typo in Documentation Example 3 contains a typo: "C0" in "# echo C0 > p0/cpus" is wrong because it specifies core 6-7 instead of wanted core 4-7. Correct this typo to avoid confusion. Signed-off-by: Xiaochen Shen Acked-by: Fenghua Yu Cc: vikas.shivappa@linux.intel.com Cc: tony.luck@intel.com Link: http://lkml.kernel.org/r/1493781356-24229-1-git-send-email-xiaochen.shen@intel.com Signed-off-by: Thomas Gleixner --- 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 0f6d847..c491a1b 100644 --- a/Documentation/x86/intel_rdt_ui.txt +++ b/Documentation/x86/intel_rdt_ui.txt @@ -295,7 +295,7 @@ kernel and the tasks running there get 50% of the cache. They should also get 50% of memory bandwidth assuming that the cores 4-7 are SMT siblings and only the real time threads are scheduled on the cores 4-7. -# echo C0 > p0/cpus +# echo F0 > p0/cpus 4) Locking between applications