From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762245AbYDPRbb (ORCPT ); Wed, 16 Apr 2008 13:31:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753717AbYDPRbX (ORCPT ); Wed, 16 Apr 2008 13:31:23 -0400 Received: from oss.sgi.com ([192.48.170.157]:35203 "EHLO oss.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752948AbYDPRbV (ORCPT ); Wed, 16 Apr 2008 13:31:21 -0400 Date: Wed, 16 Apr 2008 18:30:48 +0100 From: Ralf Baechle To: Johannes Weiner Cc: LKML , Linux MM , Ingo Molnar , Richard Henderson , Russell King , Tony Luck , Hirokazu Takata , Geert Uytterhoeven , Kyle McMartin , Paul Mackerras , Paul Mundt Subject: Re: [RFC][patch 5/5] mm: Move bootmem descriptors definition to a single place Message-ID: <20080416173048.GB32263@linux-mips.org> References: <20080416113629.947746497@skyscraper.fehenstaub.lan> <20080416113719.539500813@skyscraper.fehenstaub.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080416113719.539500813@skyscraper.fehenstaub.lan> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 16, 2008 at 01:36:34PM +0200, Johannes Weiner wrote: > There are a lot of places that define either a single bootmem > descriptor or an array of them. Use only one central array with > MAX_NUMNODES items instead. > > Signed-off-by: Johannes Weiner Acked-by: Ralf Baechle Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dl5rb.ham-radio-op.net (localhost [127.0.0.1]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id m3GHUIk3008920 for ; Wed, 16 Apr 2008 10:30:18 -0700 Date: Wed, 16 Apr 2008 18:30:48 +0100 From: Ralf Baechle Subject: Re: [RFC][patch 5/5] mm: Move bootmem descriptors definition to a single place Message-ID: <20080416173048.GB32263@linux-mips.org> References: <20080416113629.947746497@skyscraper.fehenstaub.lan> <20080416113719.539500813@skyscraper.fehenstaub.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080416113719.539500813@skyscraper.fehenstaub.lan> Sender: owner-linux-mm@kvack.org Return-Path: To: Johannes Weiner Cc: LKML , Linux MM , Ingo Molnar , Richard Henderson , Russell King , Tony Luck , Hirokazu Takata , Geert Uytterhoeven , Kyle McMartin , Paul Mackerras , Paul Mundt List-ID: On Wed, Apr 16, 2008 at 01:36:34PM +0200, Johannes Weiner wrote: > There are a lot of places that define either a single bootmem > descriptor or an array of them. Use only one central array with > MAX_NUMNODES items instead. > > Signed-off-by: Johannes Weiner Acked-by: Ralf Baechle Ralf -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org