|
@@ -439,8 +439,6 @@ void play_dead(void)
|
|
|
pr_debug("CPU%d going offline\n", cpu);
|
|
|
|
|
|
if (cpu_has_mipsmt || cpu_has_vp) {
|
|
|
- core = cpu_core(&cpu_data[cpu]);
|
|
|
-
|
|
|
/* Look for another online VPE within the core */
|
|
|
for_each_online_cpu(cpu_death_sibling) {
|
|
|
if (!cpus_are_siblings(cpu, cpu_death_sibling))
|