]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
[PATCH] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies
authorAdrian Bunk <bunk@stusta.de>
Thu, 12 Jan 2006 22:55:10 +0000 (23:55 +0100)
committerChris Wright <chrisw@sous-sol.org>
Sun, 15 Jan 2006 06:15:30 +0000 (22:15 -0800)
This patch fixes a typo in the dependencies of HUGETLB_PAGE_SIZE_64K.

This bug was reported by Jean-Luc Leger <reiga@dspnet.fr.eu.org>.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
arch/sparc64/Kconfig

index c4b7ad70cd7c5d1b756d46987ae90c5e536324ac..3882069051c29f635eab8877e17aa20d55f1b142 100644 (file)
@@ -179,7 +179,7 @@ config HUGETLB_PAGE_SIZE_512K
        bool "512K"
 
 config HUGETLB_PAGE_SIZE_64K
-       depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512K
+       depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB
        bool "64K"
 
 endchoice