diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2023-08-14 10:18:31 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2023-10-10 14:38:17 +0200 |
commit | 8a169ed40fcf6e0e7a2d900c7ab4408649488f40 (patch) | |
tree | 600357df8d8a111023ef89ead6097ee60afc79c0 /Documentation/arch | |
parent | 02fb601d27a7abf60d52b21bdf5b100a8d63da3f (diff) | |
download | linux-8a169ed40fcf6e0e7a2d900c7ab4408649488f40.tar.gz linux-8a169ed40fcf6e0e7a2d900c7ab4408649488f40.tar.bz2 linux-8a169ed40fcf6e0e7a2d900c7ab4408649488f40.zip |
x86/cpu: Move cpu_die_id into topology info
Move the next member.
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Juergen Gross <jgross@suse.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Zhang Rui <rui.zhang@intel.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20230814085112.388185134@linutronix.de
Diffstat (limited to 'Documentation/arch')
-rw-r--r-- | Documentation/arch/x86/topology.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/arch/x86/topology.rst b/Documentation/arch/x86/topology.rst index 0bfa1edaa7d4..ff36e52091d9 100644 --- a/Documentation/arch/x86/topology.rst +++ b/Documentation/arch/x86/topology.rst @@ -55,7 +55,7 @@ Package-related topology information in the kernel: The number of dies in a package. This information is retrieved via CPUID. - - cpuinfo_x86.cpu_die_id: + - cpuinfo_x86.topo.die_id: The physical ID of the die. This information is retrieved via CPUID. @@ -65,7 +65,7 @@ Package-related topology information in the kernel: and deduced from the APIC IDs of the cores in the package. Modern systems use this value for the socket. There may be multiple - packages within a socket. This value may differ from cpu_die_id. + packages within a socket. This value may differ from topo.die_id. - cpuinfo_x86.logical_proc_id: |