From: Grazvydas Ignotas Date: Wed, 6 Feb 2013 16:02:14 +0000 (+0200) Subject: Revert "Add hugetlb Kconfig option" X-Git-Tag: sz_154~186 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b05d38a291f674a1909e1bed5ef8cfafca53408;p=pandora-kernel.git Revert "Add hugetlb Kconfig option" This reverts commit e22f739031e5fa35eb374c1557d13fbcd22b950e. --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 04cb4a806f1c..3d41f7732fd6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -980,35 +980,6 @@ config ARCH_ZYNQ Support for Xilinx Zynq ARM Cortex A9 Platform endchoice -config SYS_SUPPORTS_HUGETLBFS - def_bool n - -config ARM_HUGETLB_SUPPORT - bool "Support HUGETLB for ARMv7 (EXPERIMENTAL)" - depends on CPU_V7 && EXPERIMENTAL - select SYS_SUPPORTS_HUGETLBFS - select HUGETLBFS - default y - -choice - prompt "Huge Page Size" - depends on ARM_HUGETLB_SUPPORT - default HUGEPAGE_SIZE_2MB - -config HUGEPAGE_SIZE_2MB - bool "2MB" - depends on ARM_HUGETLB_SUPPORT - help - This option select huge page size in 2MB units - -config HUGEPAGE_SIZE_16MB - bool "16MB" - depends on ARM_HUGETLB_SUPPORT - help - This option select huge page size in 16MB units - -endchoice - # # This is sorted alphabetically by mach-* pathname. However, plat-* # Kconfigs may be included either alphabetically (according to the