[2.6 patch] fix dependencies of HUGETLB_PAGE_SIZE_64K

From: Jean-Luc Léger
Date: Sat Apr 15 2006 - 18:53:15 EST


This patch fixes dependencies of HUGETLB_PAGE_SIZE_64K

Signed-off-by: Jean-Luc Léger <jean-luc.leger@xxxxxxxxxxxxxxxx>

Index: linux-2.6.17-rc1/arch/sparc64/Kconfig
===================================================================
--- linux-2.6.17-rc1/arch/sparc64/Kconfig.old 2006-04-15 21:57:30.000000000 +0200
+++ linux-2.6.17-rc1/arch/sparc64/Kconfig 2006-04-15 21:58:38.000000000 +0200
@@ -187,7 +187,7 @@
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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/