mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.6 patch] fix dependencies of HUGETLB_PAGE_SIZE_64K
@ 2006-04-15 22:52 Jean-Luc Léger
  2006-04-18 23:20 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Luc Léger @ 2006-04-15 22:52 UTC (permalink / raw)
  To: linux-kernel, ultralinux

This patch fixes dependencies of HUGETLB_PAGE_SIZE_64K

Signed-off-by: Jean-Luc Léger <jean-luc.leger@dspnet.fr.eu.org>

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [2.6 patch] fix dependencies of HUGETLB_PAGE_SIZE_64K
  2006-04-15 22:52 [2.6 patch] fix dependencies of HUGETLB_PAGE_SIZE_64K Jean-Luc Léger
@ 2006-04-18 23:20 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2006-04-18 23:20 UTC (permalink / raw)
  To: jean-luc.leger; +Cc: linux-kernel, ultralinux

From: Jean-Luc Léger <jean-luc.leger@dspnet.fr.eu.org>
Date: Sun, 16 Apr 2006 00:52:44 +0200

> This patch fixes dependencies of HUGETLB_PAGE_SIZE_64K
> 
> Signed-off-by: Jean-Luc Léger <jean-luc.leger@dspnet.fr.eu.org>

Applied, thanks Jean-Luc.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-18 23:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-15 22:52 [2.6 patch] fix dependencies of HUGETLB_PAGE_SIZE_64K Jean-Luc Léger
2006-04-18 23:20 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome