Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161663AbWAMDWc (ORCPT ); Thu, 12 Jan 2006 22:22:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161666AbWAMDWO (ORCPT ); Thu, 12 Jan 2006 22:22:14 -0500 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:10627 "EHLO sorel.sous-sol.org") by vger.kernel.org with ESMTP id S1161663AbWAMDWB (ORCPT ); Thu, 12 Jan 2006 22:22:01 -0500 Message-Id: <20060113032249.457900000@sorel.sous-sol.org> References: <20060113032102.154909000@sorel.sous-sol.org> Date: Thu, 12 Jan 2006 18:37:55 -0800 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , torvalds@osdl.org, akpm@osdl.org, alan@lxorguk.ukuu.org.uk, Adrian Bunk , davem@davemloft.net Subject: [PATCH 17/17] [PATCH] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies Content-Disposition: inline; filename=sparc64-fix-HUGETLB_PAGE_SIZE_64K-dependencies.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 991 Lines: 31 -stable review patch. If anyone has any objections, please let us know. ------------------ This patch fixes a typo in the dependencies of HUGETLB_PAGE_SIZE_64K. This bug was reported by Jean-Luc Leger . Signed-off-by: Adrian Bunk Signed-off-by: Chris Wright --- arch/sparc64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.15.y.orig/arch/sparc64/Kconfig +++ linux-2.6.15.y/arch/sparc64/Kconfig @@ -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 -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/