From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933650AbXHFTMb (ORCPT ); Mon, 6 Aug 2007 15:12:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762067AbXHFTMQ (ORCPT ); Mon, 6 Aug 2007 15:12:16 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:47704 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760715AbXHFTMN (ORCPT ); Mon, 6 Aug 2007 15:12:13 -0400 Date: Mon, 6 Aug 2007 12:10:53 -0700 From: Andrew Morton To: Andi Kleen Cc: Peter Zijlstra , Christoph Lameter , linux-kernel@vger.kernel.org, linux-mm@kvack.org, David Miller , Daniel Phillips , Pekka Enberg , Matt Mackall , Lee Schermerhorn , Steve Dickson Subject: Re: [PATCH 03/10] mm: tag reseve pages Message-Id: <20070806121053.baed9691.akpm@linux-foundation.org> In-Reply-To: <20070806185926.GB22499@one.firstfloor.org> References: <20070806102922.907530000@chello.nl> <20070806103658.356795000@chello.nl> <1186426079.11797.88.camel@lappy> <20070806185926.GB22499@one.firstfloor.org> X-Mailer: Sylpheed 2.4.1 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 6 Aug 2007 20:59:26 +0200 Andi Kleen wrote: > > precious page flag > > I always cringe when I hear that. It's really more than node/sparsemem > use too many bits. If we get rid of 32bit NUMA that problem would be > gone for the node at least because it could be moved into the mostly > unused upper 32bit part on 64bit architectures. Removing 32-bit NUMA is attractive - NUMAQ we can probably live without, not sure about summit. But superh is starting to use NUMA now, due to varying access times of various sorts of memory, and one can envisage other embedded setups doing that. Plus I don't think there are many flags left in the upper 32-bits. ia64 swooped in and gobbled lots of them, although it's not immediately clear how many were consumed. > The alternative would be to investigate again what it does to the > kernel to just use different lookup methods for this. That's cringeworthy too, I expect.