diff options
-rw-r--r-- | Documentation/x86/topology.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/x86/topology.txt b/Documentation/x86/topology.txt index 06afac252f5b..f3e9d7e9ed6c 100644 --- a/Documentation/x86/topology.txt +++ b/Documentation/x86/topology.txt | |||
@@ -63,6 +63,15 @@ The topology of a system is described in the units of: | |||
63 | The maximum possible number of packages in the system. Helpful for per | 63 | The maximum possible number of packages in the system. Helpful for per |
64 | package facilities to preallocate per package information. | 64 | package facilities to preallocate per package information. |
65 | 65 | ||
66 | - cpu_llc_id: | ||
67 | |||
68 | A per-CPU variable containing: | ||
69 | - On Intel, the first APIC ID of the list of CPUs sharing the Last Level | ||
70 | Cache | ||
71 | |||
72 | - On AMD, the Node ID or Core Complex ID containing the Last Level | ||
73 | Cache. In general, it is a number identifying an LLC uniquely on the | ||
74 | system. | ||
66 | 75 | ||
67 | * Cores: | 76 | * Cores: |
68 | 77 | ||