diff options
author | Xiaochen Shen <xiaochen.shen@intel.com> | 2017-05-02 23:15:56 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-05-09 03:41:42 -0400 |
commit | fb8fb46c56289b3f34b5d90a4ec65e9e4e4544a5 (patch) | |
tree | f7ad2c1b3c93ce6582a29ce2018a7dc3e68770c5 | |
parent | 4a1bec4605838fd7872ec41677585e241e256785 (diff) |
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 <xiaochen.shen@intel.com>
Acked-by: Fenghua Yu <fenghua.yu@intel.com>
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 <tglx@linutronix.de>
-rw-r--r-- | Documentation/x86/intel_rdt_ui.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/intel_rdt_ui.txt b/Documentation/x86/intel_rdt_ui.txt index 0f6d8477b66c..c491a1b82de2 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 | |||
295 | also get 50% of memory bandwidth assuming that the cores 4-7 are SMT | 295 | also get 50% of memory bandwidth assuming that the cores 4-7 are SMT |
296 | siblings and only the real time threads are scheduled on the cores 4-7. | 296 | siblings and only the real time threads are scheduled on the cores 4-7. |
297 | 297 | ||
298 | # echo C0 > p0/cpus | 298 | # echo F0 > p0/cpus |
299 | 299 | ||
300 | 4) Locking between applications | 300 | 4) Locking between applications |
301 | 301 | ||