Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754949Ab1DUVYw (ORCPT ); Thu, 21 Apr 2011 17:24:52 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:50501 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752974Ab1DUVYv (ORCPT ); Thu, 21 Apr 2011 17:24:51 -0400 Subject: Re: [PATCH v3] mm: make expand_downwards symmetrical to expand_upwards From: James Bottomley To: David Rientjes Cc: Christoph Lameter , Andrew Morton , KOSAKI Motohiro , Pekka Enberg , Michal Hocko , Hugh Dickins , linux-mm@kvack.org, LKML , linux-parisc@vger.kernel.org, Ingo Molnar , x86 maintainers In-Reply-To: References: <1303317178.2587.30.camel@mulgrave.site> <20110421220351.9180.A69D9226@jp.fujitsu.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 21 Apr 2011 16:24:48 -0500 Message-ID: <1303421088.4025.52.camel@mulgrave.site> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1154 Lines: 29 On Thu, 2011-04-21 at 14:19 -0700, David Rientjes wrote: > On Thu, 21 Apr 2011, Christoph Lameter wrote: > > > In 32 bit configurations some architectures (like x86) provide nodes > > that have only high memory. Slab allocators only handle normal memory. > > SLAB operates in a kind of degraded mode in that case by falling back for > > each allocation to the nodes that have normal memory. > > > > Let's do this: > > - parisc: James has already queued "parisc: set memory ranges in > N_NORMAL_MEMORY when onlined" for 2.6.39, so all he needs now is > to merge a hybrid of the Kconfig changes requiring CONFIG_NUMA for > CONFIG_DISCONTIGMEM from KOSAKI-san and myself which also fix the > compile issues, Not quite: if we go this route, we need to sort out our CPU scheduling problem as well ... as I said, I don't think we've got all the necessary numa machinery in place yet. James -- 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/