]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Move definitions of secondary CPU spinloop to header file
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 23 Jul 2009 23:15:28 +0000 (23:15 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 20 Aug 2009 00:12:44 +0000 (10:12 +1000)
commit2036c5f021280835d32ccc513936f4e553942971
treed76b0914de720b5654af092af6e5245a49e62df6
parente2f0dac894d165ca69071baf571bd2511c5b3449
powerpc: Move definitions of secondary CPU spinloop to header file

Those definitions are currently declared extern in the .c file where
they are used, move them to a header file instead.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/smp.h
arch/powerpc/kernel/prom_init.c
arch/powerpc/kernel/setup_64.c
arch/powerpc/platforms/85xx/smp.c
arch/powerpc/platforms/86xx/mpc86xx_smp.c
arch/powerpc/platforms/cell/smp.c
arch/powerpc/platforms/pseries/smp.c