commit | 4fcb8833af3355065bd8bffcd338eabc6f3a38a0 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Feb 10 18:46:50 2011 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Apr 01 15:37:10 2011 +1100 |
tree | 7a23046e93e04d47ab2cabfb5727531ba7fd3100 | |
parent | fa3f82c8bb7acbe049ea71f258b3ae0a33d9d40b [diff] |
powerpc/smp: Fix generic_mach_cpu_die() This is used by some "soft" hotplug implementations. I needs to call idle_task_exit() when the CPU is going away, and we remove the now no-longer needed set_cpu_online() and local_irq_enable() which are handled by the return to start_secondary Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>