From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Date: Thu, 21 Mar 2013 09:48:29 +0000 Subject: Re: [PATCH] memblock: kill "config MAX_ACTIVE_REGIONS" Message-Id: <514AD76D.2020401@imgtec.com> List-Id: References: <1363858076.1390.104.camel@x61.thuisdomein> <20130321093455.GA8027@linux-sh.org> In-Reply-To: <20130321093455.GA8027@linux-sh.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Bolle Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Mundt , Paul Mackerras , Tejun Heo , linuxppc-dev@lists.ozlabs.org On 21/03/13 09:34, Paul Mundt wrote: > 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 > Acked-by: James Hogan