diff options
author | Dou Liyang <douly.fnst@cn.fujitsu.com> | 2018-02-22 16:48:12 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-02-23 08:40:12 +0100 |
commit | 0c52f7c5499dc708a64742da0cb7eb4f6d94588b (patch) | |
tree | d0e3d1f1369a6c1e54f25ef83a34b60b6bff0032 /Documentation/x86 | |
parent | 36e74d355297dde6e69a39c838d24710e442babe (diff) | |
download | op-kernel-dev-0c52f7c5499dc708a64742da0cb7eb4f6d94588b.zip op-kernel-dev-0c52f7c5499dc708a64742da0cb7eb4f6d94588b.tar.gz |
x86/topology: Fix function name in documentation
topology_sibling_cpumask() is the correct thread-related topology
function in the kernel:
s/topology_sibling_mask/topology_sibling_cpumask
Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: corbet@lwn.net
Cc: linux-doc@vger.kernel.org
Link: http://lkml.kernel.org/r/20180222084812.14497-1-douly.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/x86')
-rw-r--r-- | Documentation/x86/topology.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/topology.txt b/Documentation/x86/topology.txt index f3e9d7e..2953e3e 100644 --- a/Documentation/x86/topology.txt +++ b/Documentation/x86/topology.txt @@ -108,7 +108,7 @@ The topology of a system is described in the units of: The number of online threads is also printed in /proc/cpuinfo "siblings." - - topology_sibling_mask(): + - topology_sibling_cpumask(): The cpumask contains all online threads in the core to which a thread belongs. |