From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933498Ab3CUJfn (ORCPT ); Thu, 21 Mar 2013 05:35:43 -0400 Received: from linux-sh.org ([111.68.239.195]:57670 "EHLO linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756515Ab3CUJfm (ORCPT ); Thu, 21 Mar 2013 05:35:42 -0400 Date: Thu, 21 Mar 2013 18:34:55 +0900 From: Paul Mundt To: Paul Bolle Cc: James Hogan , Benjamin Herrenschmidt , Paul Mackerras , Tejun Heo , linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org 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 Content-Disposition: inline In-Reply-To: <1363858076.1390.104.camel@x61.thuisdomein> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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