]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/85xx: Add support for SMP initialization
authorKumar Gala <galak@kernel.crashing.org>
Wed, 19 Nov 2008 15:35:56 +0000 (09:35 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 3 Dec 2008 14:19:20 +0000 (08:19 -0600)
commita096536dad8f370903e9f3bc09dec3f9841c36b6
tree67588db16d8e96596c23dce3f729d050fbb8803d
parentdd5a0c03da1d34b2da7cfd4ea4998fbc03eed795
powerpc/85xx: Add support for SMP initialization

Added 85xx specifc smp_ops structure.  We use ePAPR style boot release
and the MPIC for IPIs at this point.

Additionally added routines for secondary cpu entry and initializtion.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Trent Piepho <tpiepho@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/head_fsl_booke.S
arch/powerpc/platforms/85xx/Makefile
arch/powerpc/platforms/85xx/smp.c [new file with mode: 0644]