[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1519712271-8802-1-git-send-email-lirongqing@baidu.com>
Date: Tue, 27 Feb 2018 14:17:51 +0800
From: Li RongQing <lirongqing@...du.com>
To: linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org
Cc: fenghua.yu@...el.com, tglx@...utronix.de
Subject: [PATCH] Documentation: fix the wrong path in intel_rdt_ui.txt
the note says "Move the cpus 4-7 over to p1", but echo command
writes f0 to p0/cpus
Signed-off-by: Li RongQing <lirongqing@...du.com>
Cc: Fenghua Yu <fenghua.yu@...el.com>
---
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
Powered by blists - more mailing lists