[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220812164144.30829-7-rui.zhang@intel.com>
Date: Sat, 13 Aug 2022 00:41:43 +0800
From: Zhang Rui <rui.zhang@...el.com>
To: linux-kernel@...r.kernel.org, x86@...nel.org,
linux-hwmon@...r.kernel.org
Cc: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
dave.hansen@...ux.intel.com, hpa@...or.com, corbet@....net,
fenghua.yu@...el.com, jdelvare@...e.com, linux@...ck-us.net,
len.brown@...el.com, rui.zhang@...el.com
Subject: [PATCH 6/7] Documentation: x86: Remove obsolete x86_max_dies description
cpuinfo_x86.x86_max_dies is introduced in commit 7745f03eb395
("x86/topology: Add CPUID.1F multi-die/package support") and then
removed in commit 14d96d6c06b5
("x86/topology: Create topology_max_die_per_package()").
Remove the obsolete cpuinfo_x86.x86_max_dies description.
Fixes: 14d96d6c06b5 ("x86/topology: Create topology_max_die_per_package()")
Reviewed-by: Len Brown <len.brown@...el.com>
Signed-off-by: Zhang Rui <rui.zhang@...el.com>
---
Documentation/x86/topology.rst | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Documentation/x86/topology.rst b/Documentation/x86/topology.rst
index c5eb5bc42380..fbef91b1ee5e 100644
--- a/Documentation/x86/topology.rst
+++ b/Documentation/x86/topology.rst
@@ -52,10 +52,6 @@ AMD nomenclature for package is 'Node'.
The maximum possible number of cores in a package. This information is
retrieved via CPUID.
- - cpuinfo_x86.x86_max_dies:
-
- The number of dies in a package. This information is retrieved via CPUID.
-
- cpuinfo_x86.cpu_die_id:
The physical ID of the die. This information is retrieved via CPUID.
--
2.34.1
Powered by blists - more mailing lists