x86/smpboot: Remove the CPU0 hotplug kludge
[linux-2.6-block.git] / drivers / acpi / processor_idle.c
index 9718d07cc2a2b2fefc5cbeb4e501a9e31911f4f8..dc615ef6550a12b58592de70fddbd4a9f8f6304d 100644 (file)
@@ -597,10 +597,6 @@ static int acpi_idle_play_dead(struct cpuidle_device *dev, int index)
                        io_idle(cx->address);
                } else
                        return -ENODEV;
-
-#if defined(CONFIG_X86) && defined(CONFIG_HOTPLUG_CPU)
-               cond_wakeup_cpu0();
-#endif
        }
 
        /* Never reached */