]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/pmac/smp: Fixup smp_core99_cpu_disable() and use it on 64-bit
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 21 Feb 2011 05:31:49 +0000 (16:31 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 1 Apr 2011 04:37:20 +0000 (15:37 +1100)
commit45e07fd045153c0049c99b0cf6cf7254c164d37b
tree8e4bf7173712ad1608985505f4f80571ad0ebcf6
parent1c91cc570576dfd0f288d664c095d64d11aaace4
powerpc/pmac/smp: Fixup smp_core99_cpu_disable() and use it on 64-bit

Use the generic code, just add the MPIC priority setting,

I don't see any use in mucking around with the decrementer,
as 32-bit will have EE off all along, and 64-bit will be able
to deal with it.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/powermac/smp.c