]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
ARM: Xilinx: update of infrastructure for SMP
authorJohn Linn <john.linn@xilinx.com>
Fri, 20 May 2011 20:01:06 +0000 (14:01 -0600)
committerJohn Linn <john.linn@xilinx.com>
Fri, 20 May 2011 22:25:24 +0000 (16:25 -0600)
Only minor updates of Kconfig and Makefile to support
SMP.

Signed-off-by: John Linn <john.linn@xilinx.com>
arch/arm/Kconfig
arch/arm/mach-zynq/Makefile

index a11121247e45ebbb8cff58feb1ce6bad30fcda97..cc1581931b89f674de55e5ed1a3e30a044ee8556 100644 (file)
@@ -1353,7 +1353,7 @@ config SMP
        depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \
                 MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \
                 ARCH_EXYNOS4 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || \
-                ARCH_MSM_SCORPIONMP || ARCH_SHMOBILE || ARCH_XILINX
+                ARCH_MSM_SCORPIONMP || ARCH_SHMOBILE || ARCH_ZYNQ || ARCH_XILINX
        select USE_GENERIC_SMP_HELPERS
        select HAVE_ARM_SCU if !ARCH_MSM_SCORPIONMP
        help
index c550c67aa8934ddf3548923d56df7a62a384d813..07786dd6e5d196e4ef05aa913c549a37a2647af6 100644 (file)
@@ -4,3 +4,4 @@
 
 # Common support
 obj-y                          := common.o timer.o board_dt.o
+obj-$(CONFIG_SMP)              += platsmp.o