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)
commitd5b26db2cfcf09f28f4839c8c3484279cd5ea5b3
tree67588db16d8e96596c23dce3f729d050fbb8803d
parent06b90969a7564fad888f67e9f7f4c3a51a16ef1d
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]