Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761489AbXHXRi2 (ORCPT ); Fri, 24 Aug 2007 13:38:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750817AbXHXRiS (ORCPT ); Fri, 24 Aug 2007 13:38:18 -0400 Received: from cantor.suse.de ([195.135.220.2]:35704 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751031AbXHXRiS (ORCPT ); Fri, 24 Aug 2007 13:38:18 -0400 Date: Fri, 24 Aug 2007 19:38:16 +0200 From: Andi Kleen To: Mel Gorman Cc: Andi Kleen , Andy Whitcroft , linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86 Boot NUMA kernels on non-NUMA hardware with DISCONTIG memory model Message-ID: <20070824173816.GC16227@bingen.suse.de> References: <20070824162814.GD26374@skynet.ie> <20070824163521.GA16227@bingen.suse.de> <46CF0CCF.7010702@shadowen.org> <20070824170744.GB16227@bingen.suse.de> <20070824172626.GE26374@skynet.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070824172626.GE26374@skynet.ie> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 24 > Other than the fact that the memmap must be PMD aligned to use hugepage > entries for the memmap. Why is that so? mem_map should be just part of lowmem anyways. > It could be mapped with small pages in corner cases > but the complexity worth it? You don't need to map it with small pages in the normal case, the only requirement is that c_p_a() is aware of it so it can split it if needed. > I can't see this type of lifting being done any time soon. As SPARSEMEM works > and there is hope with the vmemmap work that DISCONTIG will finally go away, > it may not be the best investment of time. It's a trivial change, probably less code than your original patch. -Andi - 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/