File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,6 @@ int __init parse_acpi_topology(void)
89
89
return 0 ;
90
90
91
91
for_each_possible_cpu (cpu ) {
92
- int i , cache_id ;
93
-
94
92
topology_id = find_acpi_cpu_topology (cpu , 0 );
95
93
if (topology_id < 0 )
96
94
return topology_id ;
@@ -107,18 +105,6 @@ int __init parse_acpi_topology(void)
107
105
cpu_topology [cpu ].cluster_id = topology_id ;
108
106
topology_id = find_acpi_cpu_topology_package (cpu );
109
107
cpu_topology [cpu ].package_id = topology_id ;
110
-
111
- i = acpi_find_last_cache_level (cpu );
112
-
113
- if (i > 0 ) {
114
- /*
115
- * this is the only part of cpu_topology that has
116
- * a direct relationship with the cache topology
117
- */
118
- cache_id = find_acpi_cpu_cache_topology (cpu , i );
119
- if (cache_id > 0 )
120
- cpu_topology [cpu ].llc_id = cache_id ;
121
- }
122
108
}
123
109
124
110
return 0 ;
You can’t perform that action at this time.
0 commit comments