aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
diff options
context:
space:
mode:
authorJean-Luc Léger <jean-luc.leger@dspnet.fr.eu.org>2006-04-18 16:19:53 -0700
committerDavid S. Miller <davem@davemloft.net>2006-04-18 16:19:53 -0700
commitf2a1585244681b92fd416d071a85de0db79235d2 (patch)
treec88dbf5760959184dc48ffd87661188c72a77ffa /arch/sparc64
parentx86: be careful about tailcall breakage for sys_open[at] too (diff)
downloadlinux-dev-f2a1585244681b92fd416d071a85de0db79235d2.tar.xz
linux-dev-f2a1585244681b92fd416d071a85de0db79235d2.zip
[SPARC64]: Fix dependencies of HUGETLB_PAGE_SIZE_64K
This patch fixes dependencies of HUGETLB_PAGE_SIZE_64K Signed-off-by: Jean-Luc Léger <jean-luc.leger@dspnet.fr.eu.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r--arch/sparc64/Kconfig2
1 files changed, 1 insertions, 1 deletions
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