[SPARC64] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies
authorAdrian Bunk <bunk@stusta.de>
Wed, 11 Jan 2006 23:55:23 +0000 (15:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jan 2006 23:55:23 +0000 (15:55 -0800)
This patch fixes a typo in the dependencies of HUGETLB_PAGE_SIZE_64K.

It might be more logical to rename the HUGETLB_PAGE_SIZE_*K
dependencies to HUGETLB_PAGE_SIZE_*KB, but let's fix this bug first.

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>
arch/sparc64/Kconfig

index b775ceb4cf989e38ad2f186cc05566e331c4752b..ab733be9af085cb00b2035f941fbfc9e1fd8ae5b 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