[2.6 patch] fix dependencies of HUGETLB_PAGE_SIZE_64K
Jean-Luc Léger <[email protected]> Sun, 16 Apr 2006 00:52:44 +0200
| Newsgroups | gmane.linux.ports.ultrapenguin,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
This patch fixes dependencies of HUGETLB_PAGE_SIZE_64K Signed-off-by: Jean-Luc Léger <[email protected]> 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 ultralinux" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html