summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorSteve Capper <steve.capper@linaro.org>2013-04-29 14:29:48 +0100
committerSteve Capper <steve.capper@linaro.org>2013-06-14 09:39:46 +0100
commitcfe28c5d63d86b558a1bf1990db7a0aa55b2dec9 (patch)
treed615c2bdbe4ec24514e8f658976d06d340c1101c /arch/x86/Kconfig
parent3212b535f200c85b5a67cbfaea18431da71b5c72 (diff)
downloadop-kernel-dev-cfe28c5d63d86b558a1bf1990db7a0aa55b2dec9.zip
op-kernel-dev-cfe28c5d63d86b558a1bf1990db7a0aa55b2dec9.tar.gz
x86: mm: Remove x86 version of huge_pmd_share.
The huge_pmd_share code has been copied over to mm/hugetlb.c to make it accessible to other architectures. Remove the x86 copy of the huge_pmd_share code and enable the ARCH_WANT_HUGE_PMD_SHARE config flag. That way we reference the general one. Signed-off-by: Steve Capper <steve.capper@linaro.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 685692c..476f786 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -207,6 +207,9 @@ config ARCH_HIBERNATION_POSSIBLE
config ARCH_SUSPEND_POSSIBLE
def_bool y
+config ARCH_WANT_HUGE_PMD_SHARE
+ def_bool y
+
config ZONE_DMA32
bool
default X86_64
OpenPOWER on IntegriCloud