diff options
author | Li RongQing <lirongqing@baidu.com> | 2018-02-27 14:17:51 +0800 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-02-28 19:59:05 +0100 |
commit | 30009746168da0f1f648881f77083c40e226a8a0 (patch) | |
tree | 7a57c89bdc2b28f684700d455343b3d2c91498b7 /Documentation | |
parent | 028091f82eefd5e84f81cef81a7673016ecbe78b (diff) | |
download | linux-30009746168da0f1f648881f77083c40e226a8a0.tar.bz2 |
Documentation, x86, resctrl: Make text and sample command match
The text says "Move the cpus 4-7 over to p1", but the sample command writes
to p0/cpus.
Signed-off-by: Li RongQing <lirongqing@baidu.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: fenghua.yu@intel.com
Cc: linux-doc@vger.kernel.org
Link: https://lkml.kernel.org/r/1519712271-8802-1-git-send-email-lirongqing@baidu.com
Diffstat (limited to 'Documentation')
-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 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 |