diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-11-19 16:35:56 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-12-03 15:19:20 +0100 |
commit | d5b26db2cfcf09f28f4839c8c3484279cd5ea5b3 (patch) | |
tree | 67588db16d8e96596c23dce3f729d050fbb8803d /arch/powerpc/platforms/85xx/Makefile | |
parent | powerpc/85xx: minor head_fsl_booke.S cleanup (diff) | |
download | linux-d5b26db2cfcf09f28f4839c8c3484279cd5ea5b3.tar.xz linux-d5b26db2cfcf09f28f4839c8c3484279cd5ea5b3.zip |
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>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/85xx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile index cb3054e1001d..f0798c09980f 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -1,6 +1,8 @@ # # Makefile for the PowerPC 85xx linux kernel. # +obj-$(CONFIG_SMP) += smp.o + obj-$(CONFIG_MPC8540_ADS) += mpc85xx_ads.o obj-$(CONFIG_MPC8560_ADS) += mpc85xx_ads.o obj-$(CONFIG_MPC85xx_CDS) += mpc85xx_cds.o |