From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hiroyuki KAMEZAWA Date: Wed, 15 Dec 2004 00:28:04 +0000 Subject: Re: [PATCH 0/3] NUMA boot hash allocation interleaving Message-Id: <41BF8514.1030208@jp.fujitsu.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Luck, Tony" Cc: Brent Casavant , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-ia64@vger.kernel.org, ak@suse.de, Yasunori Goto Luck, Tony wrote: >>this behavior is turned on by default only for IA64 NUMA systems > > >>A boot line parameter "hashdist" can be set to override the default >>behavior. > > > > Note to node hot-plug developers ... if this patch goes in you > will also want to disable this behaviour, otherwaise all nodes > become non-removeable (unless you can transparently re-locate the > physical memory backing all these tables). (adding CC to LHMS) I think GFP_HOTREMOVABLE , which Goto is proposing, will work well when we want MEMORY_HOTPLUG. Thnaks. --Kame > > -Tony