From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759921AbZEANsF (ORCPT ); Fri, 1 May 2009 09:48:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756436AbZEANru (ORCPT ); Fri, 1 May 2009 09:47:50 -0400 Received: from extu-mxob-2.symantec.com ([216.10.194.135]:59103 "EHLO extu-mxob-2.symantec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754154AbZEANrt (ORCPT ); Fri, 1 May 2009 09:47:49 -0400 Date: Fri, 1 May 2009 14:45:43 +0100 (BST) From: Hugh Dickins X-X-Sender: hugh@blonde.anvils To: Andrew Morton cc: mel@csn.ul.ie, andi@firstfloor.org, davem@davemloft.net, anton@samba.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH 2.6.30] Doc: hashdist defaults on for 64bit In-Reply-To: Message-ID: References: <20090429142825.6dcf233d.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update Doc: kernel boot parameter hashdist now defaults on for all 64bit NUMA. Signed-off-by: Hugh Dickins --- Documentation/kernel-parameters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 2.6.30-rc4/Documentation/kernel-parameters.txt 2009-04-30 06:39:30.000000000 +0100 +++ linux/Documentation/kernel-parameters.txt 2009-05-01 14:08:56.000000000 +0100 @@ -775,7 +775,7 @@ and is between 256 and 4096 characters. hashdist= [KNL,NUMA] Large hashes allocated during boot are distributed across NUMA nodes. Defaults on - for IA-64, off otherwise. + for 64bit NUMA, off otherwise. Format: 0 | 1 (for off | on) hcl= [IA-64] SGI's Hardware Graph compatibility layer From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugh Dickins Subject: [PATCH 2.6.30] Doc: hashdist defaults on for 64bit Date: Fri, 1 May 2009 14:45:43 +0100 (BST) Message-ID: References: <20090429142825.6dcf233d.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: mel@csn.ul.ie, andi@firstfloor.org, davem@davemloft.net, anton@samba.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org To: Andrew Morton Return-path: Received: from [172.20.25.172]([172.20.25.172]) (1768 bytes) by megami.veritas.com via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Fri, 1 May 2009 06:45:46 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #15 built 2001-Aug-30) In-Reply-To: Sender: owner-linux-mm@kvack.org List-Id: netdev.vger.kernel.org Update Doc: kernel boot parameter hashdist now defaults on for all 64bit NUMA. Signed-off-by: Hugh Dickins --- Documentation/kernel-parameters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 2.6.30-rc4/Documentation/kernel-parameters.txt 2009-04-30 06:39:30.000000000 +0100 +++ linux/Documentation/kernel-parameters.txt 2009-05-01 14:08:56.000000000 +0100 @@ -775,7 +775,7 @@ and is between 256 and 4096 characters. hashdist= [KNL,NUMA] Large hashes allocated during boot are distributed across NUMA nodes. Defaults on - for IA-64, off otherwise. + for 64bit NUMA, off otherwise. Format: 0 | 1 (for off | on) hcl= [IA-64] SGI's Hardware Graph compatibility layer -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org