]> Git Repo - linux.git/commitdiff
ARM: SMP depends on MMU
authorArnd Bergmann <[email protected]>
Fri, 10 Jun 2011 14:05:22 +0000 (14:05 +0000)
committerArnd Bergmann <[email protected]>
Sat, 1 Oct 2011 19:08:36 +0000 (21:08 +0200)
The SMP implementation on ARM heavily depends on MMU-only code.
As long as nobody is interested in fixing this, let's disable the
SMP option when building for nommu.

Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm/Kconfig

index 5ebc5d922ea14984e10ef8e10f47d414469efa7c..4e1eee0c2d6482f44b1bfb64793a3eed41a9024c 100644 (file)
@@ -1349,6 +1349,7 @@ config SMP
                 MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \
                 ARCH_EXYNOS4 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || \
                 ARCH_MSM_SCORPIONMP || ARCH_SHMOBILE
+       depends on MMU
        select USE_GENERIC_SMP_HELPERS
        select HAVE_ARM_SCU if !ARCH_MSM_SCORPIONMP
        help
This page took 0.072498 seconds and 4 git commands to generate.