aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2019-02-26 01:19:59 -0500
committerIngo Molnar <mingo@kernel.org>2019-04-19 04:56:04 -0400
commitef7c7727f2c18338fa77b339f10ab923a4c0b0f4 (patch)
treec256812d448c6f7678fa967fb9bd3eb1fd29e29e
parente53f31bffe1d552f496b674cd1733658a268e177 (diff)
x86/topology: Fix documentation typo
Syntax only, no functional or semantic change. reflect actual cpuinfo_x86 field name: s/logical_id/logical_proc_id/ Signed-off-by: Len Brown <len.brown@intel.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Will Deacon <will.deacon@arm.com> Cc: linux-doc@vger.kernel.org Link: http://lkml.kernel.org/r/e2810a5317d3a109a98204e883fd1461f77b9339.1551160674.git.len.brown@intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--Documentation/x86/topology.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/topology.txt b/Documentation/x86/topology.txt
index 2953e3ec9a02..06b3cdbc4048 100644
--- a/Documentation/x86/topology.txt
+++ b/Documentation/x86/topology.txt
@@ -51,7 +51,7 @@ The topology of a system is described in the units of:
51 The physical ID of the package. This information is retrieved via CPUID 51 The physical ID of the package. This information is retrieved via CPUID
52 and deduced from the APIC IDs of the cores in the package. 52 and deduced from the APIC IDs of the cores in the package.
53 53
54 - cpuinfo_x86.logical_id: 54 - cpuinfo_x86.logical_proc_id:
55 55
56 The logical ID of the package. As we do not trust BIOSes to enumerate the 56 The logical ID of the package. As we do not trust BIOSes to enumerate the
57 packages in a consistent way, we introduced the concept of logical package 57 packages in a consistent way, we introduced the concept of logical package