From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from linux-sh.org (linux-sh.org [111.68.239.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E89152C00B6 for ; Thu, 21 Mar 2013 20:35:32 +1100 (EST) Date: Thu, 21 Mar 2013 18:34:55 +0900 From: Paul Mundt To: Paul Bolle Subject: Re: [PATCH] memblock: kill "config MAX_ACTIVE_REGIONS" Message-ID: <20130321093455.GA8027@linux-sh.org> References: <1363858076.1390.104.camel@x61.thuisdomein> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1363858076.1390.104.camel@x61.thuisdomein> Cc: James Hogan , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Mackerras , Tejun Heo , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Mar 21, 2013 at 10:27:56AM +0100, Paul Bolle wrote: > The Kconfig symbol MAX_ACTIVE_REGIONS is unused. Commit > 0ee332c1451869963626bf9cac88f165a90990e1 ("memblock: Kill > early_node_map[]") removed the only place were it was actually used. But > it did not remove its Kconfig entries (for powerpc and sh). > > Remove those two entries (and the entry for metag, that popped up in > v3.9-rc1). > > Signed-off-by: Paul Bolle > --- > 0) Eyeball tested again. > > 1) It felt silly to split this clean up patch into three patches. But if > the maintainers involved disagree I'm happy to split and resend it. > Given that it's unused now it doesn't really matter how it gets applied, it looks fine to me. Acked-by: Paul Mundt