[2.6 patch] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies

Adrian Bunk <[email protected]>
Newsgroups gmane.linux.ports.ultrapenguin,gmane.linux.kernel
Message-ID <[email protected]>
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 <[email protected]>.


Signed-off-by: Adrian Bunk <[email protected]>

--- linux-2.6.15-mm3-full/arch/sparc64/Kconfig.old	2006-01-11 23:44:42.000000000 +0100
+++ linux-2.6.15-mm3-full/arch/sparc64/Kconfig	2006-01-11 23:44:58.000000000 +0100
@@ -179,7 +179,7 @@
 	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
-
To unsubscribe from this list: send the line "unsubscribe ultralinux" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.