]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/smp: Add a smp_ops->bringup_up() done callback
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 8 Mar 2011 02:50:37 +0000 (13:50 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 1 Apr 2011 04:37:29 +0000 (15:37 +1100)
commitbd5ea3ca50fe4e0a859655553271c1aa2713cdd1
tree637f0b44106a44e4cc56cd45c3de9ef172f4bb4f
parentc8a3752223effebc4997154125bde30419f556a6
powerpc/smp: Add a smp_ops->bringup_up() done callback

This allows us to stop abusing smp_ops->setup_cpu() for cleanup
tasks that have to take place after the initial boot time CPU
bringup.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/machdep.h
arch/powerpc/kernel/smp.c