Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753077Ab1DUNdp (ORCPT ); Thu, 21 Apr 2011 09:33:45 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:51420 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751434Ab1DUNdn (ORCPT ); Thu, 21 Apr 2011 09:33:43 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=h6djcXR645nsKTMFNMYXTS0qbGCkv/aLIQVvEmkhgyXs2DgkJF+9LTCJgOlCqe4Q/L 9z5TmN60tyIO/evyMF2ELHR0eKAFuBEECYsg4vWx18m6qAdYISo2lCdGUm+2jYEAmbbs HshmL9M2l+dDXLueF4N7nL8ue+OPlQQ8cFxlk= Date: Thu, 21 Apr 2011 15:32:48 +0200 From: Tejun Heo To: Christoph Lameter Cc: KOSAKI Motohiro , James Bottomley , Pekka Enberg , Michal Hocko , Andrew Morton , Hugh Dickins , linux-mm@kvack.org, LKML , linux-parisc@vger.kernel.org, David Rientjes Subject: Re: [PATCH v3] mm: make expand_downwards symmetrical to expand_upwards Message-ID: <20110421133248.GD31724@htj.dyndns.org> References: <20110420102314.4604.A69D9226@jp.fujitsu.com> <1303267733.11237.42.camel@mulgrave.site> <20110420115804.461E.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1315 Lines: 33 Hey, On Wed, Apr 20, 2011 at 08:50:15AM -0500, Christoph Lameter wrote: > Tejon was working on getting rid of DISCONTIG. SPARSEMEM is the favored > alternative today. So we could potentially change the arches to use SPARSE > configs in the !NUMA case. Well, the thing is that sparsemem w/ vmemmap is definitely better than discontigmem on x86-64; however, on x86-32, vmemmap can't be used due to address space shortage and there are some minor disadvantages to sparsemem compared to discontigmem. IIRC, the biggest was losing a bit of granuality in memsections and possibly wasting slightly more memory on the page array. Both didn't seem critical to me but given that the actual amount of code needed for discontigmem in arch code was fairly small (although the amount of added complexity for auditing/testing can be much higher) I didn't feel sure about dropping discontigmem and thus the patchset to drop discontigmem was posted as RFC, to which nobody commented. http://thread.gmane.org/gmane.linux.kernel/1121321 What do you guys think? Thanks. -- tejun -- 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/