powerpc/pmac/smp: Fix 32-bit PowerMac cpu_die
commitfb49f864c3c3f8ac5b68563774171fe43634ffeb
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 11 Feb 2011 03:09:32 +0000 (11 14:09 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 1 Apr 2011 04:37:16 +0000 (1 15:37 +1100)
treec10d14ef80f971b73e718333f407cd0ceb51699d
parent7a53a4fe707a93a33f6c5d42173bf213cb6ff71d
powerpc/pmac/smp: Fix 32-bit PowerMac cpu_die

Use generic cpu_state, call idle_task_exit() properly, and
remove smp_core99_cpu_die() which isn't useful, the generic
function does the job just fine.
arch/powerpc/include/asm/smp.h
arch/powerpc/platforms/powermac/smp.c