From: Jean-Luc Léger Date: Tue, 18 Apr 2006 23:19:53 +0000 (-0700) Subject: [SPARC64]: Fix dependencies of HUGETLB_PAGE_SIZE_64K X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f2a1585244681b92fd416d071a85de0db79235d2;p=deliverable%2Flinux.git [SPARC64]: Fix dependencies of HUGETLB_PAGE_SIZE_64K This patch fixes dependencies of HUGETLB_PAGE_SIZE_64K Signed-off-by: Jean-Luc Léger Signed-off-by: David S. Miller --- diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index 648047a0bce3..43a66f5407f4 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig @@ -187,7 +187,7 @@ config HUGETLB_PAGE_SIZE_512K bool "512K" config HUGETLB_PAGE_SIZE_64K - depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB && !SPARC64_PAGE_SIZE_64K + depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB && !SPARC64_PAGE_SIZE_64KB bool "64K" endchoice