| From 926021efb3e68ec4dfb9644f1be7fa2594090264 Mon Sep 17 00:00:00 2001 |
| From: Zhang Rui <rui.zhang@intel.com> |
| Date: Tue, 16 Aug 2022 13:16:33 +0800 |
| Subject: [PATCH] FROMLIST: 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@intel.com> |
| Signed-off-by: Zhang Rui <rui.zhang@intel.com> |
| (am from https://patchwork.kernel.org/patch/12944427/) |
| (also found at https://lore.kernel.org/r/20220816051633.17775-9-rui.zhang@intel.com) |
| |
| BUG=b:239519025 |
| TEST=None |
| |
| Signed-off-by: Srihari Uttanur <srihari.uttanur@intel.corp-partner.google.com> |
| Change-Id: Ic3278d07fbb67b5910fcdd595b6e762e5795f19f |
| Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/3832289 |
| Commit-Queue: Victor Ding <victording@chromium.org> |
| Reviewed-by: Sam McNally <sammc@chromium.org> |
| Tested-by: Altaf Basha <altaf.basha@intel.com> |
| Reviewed-by: Sean Paul <sean@poorly.run> |
| Reviewed-by: Victor Ding <victording@chromium.org> |
| Commit-Queue: Sam McNally <sammc@chromium.org> |
| --- |
| Documentation/arch/x86/topology.rst | 4 ---- |
| 1 file changed, 4 deletions(-) |
| |
| diff --git a/Documentation/arch/x86/topology.rst b/Documentation/arch/x86/topology.rst |
| index 40f49cdd4af6cb7bf950a297f6b5c058c68ec810..41927ca587675566789e03d8c9083549ea521410 100644 |
| --- a/Documentation/arch/x86/topology.rst |
| +++ b/Documentation/arch/x86/topology.rst |
| @@ -52,10 +52,6 @@ Package-related topology information in the kernel: |
| 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.topo.die_id: |
| |
| The physical ID of the die. This information is retrieved via CPUID. |
| -- |
| 2.43.0.rc2.451.g8631bc7472-goog |
| |