summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm/Makefile
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2014-08-13 13:00:49 -0700
committerOlof Johansson <olof@lixom.net>2014-08-25 18:46:31 -0700
commitfc3e825fa91636a5d1b992e769b2d8279877bfad (patch)
treeb3f376ab3bc984785365455c50dd7c8ebe0e6b09 /arch/arm/mach-bcm/Makefile
parent52addcf9d6669fa439387610bc65c92fa0980cef (diff)
downloadtalos-obmc-linux-fc3e825fa91636a5d1b992e769b2d8279877bfad.tar.gz
talos-obmc-linux-fc3e825fa91636a5d1b992e769b2d8279877bfad.zip
ARM: brcmstb: revert SMP support
There were several issues (of varying degree of importance) pointed out with this code late in the review cycle, yet the code was still merged. Let's rip it out for now and look at resubmitting at a later time. This reverts most of commit 4fbe66d9903425156c193ae44c81c0f7557755c4. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-bcm/Makefile')
-rw-r--r--arch/arm/mach-bcm/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/Makefile b/arch/arm/mach-bcm/Makefile
index 67c492aabf4d..b19a39652545 100644
--- a/arch/arm/mach-bcm/Makefile
+++ b/arch/arm/mach-bcm/Makefile
@@ -36,5 +36,4 @@ obj-$(CONFIG_ARCH_BCM_5301X) += bcm_5301x.o
ifeq ($(CONFIG_ARCH_BRCMSTB),y)
obj-y += brcmstb.o
-obj-$(CONFIG_SMP) += headsmp-brcmstb.o platsmp-brcmstb.o
endif
OpenPOWER on IntegriCloud