]> git.baikalelectronics.ru Git - kernel.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)
commit2f7486f3c9e6fc6a581376d3c37a13ec7816af5c
tree8e4bf7173712ad1608985505f4f80571ad0ebcf6
parentb5c424df0bcd7de76046f7947bbf933c9a331d1c
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