|
@@ -831,7 +831,6 @@ static int __cache_amd_cpumap_setup(unsigned int cpu, int index,
|
|
} else if (boot_cpu_has(X86_FEATURE_TOPOEXT)) {
|
|
} else if (boot_cpu_has(X86_FEATURE_TOPOEXT)) {
|
|
unsigned int apicid, nshared, first, last;
|
|
unsigned int apicid, nshared, first, last;
|
|
|
|
|
|
- this_leaf = this_cpu_ci->info_list + index;
|
|
|
|
nshared = base->eax.split.num_threads_sharing + 1;
|
|
nshared = base->eax.split.num_threads_sharing + 1;
|
|
apicid = cpu_data(cpu).apicid;
|
|
apicid = cpu_data(cpu).apicid;
|
|
first = apicid - (apicid % nshared);
|
|
first = apicid - (apicid % nshared);
|