memblock: kill "config MAX_ACTIVE_REGIONS"
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 20 Mar 2013 23:27:56 +0000 (23:27 +0000)
committerMichael Ellerman <michael@ellerman.id.au>
Thu, 18 Apr 2013 03:03:53 +0000 (13:03 +1000)
commit45b02f8d94e3d86e77bde061b79b66cb5cfc6aaa
tree1f781b4949f671292a4e8b5ee410af7a0dfd1299
parent933ee7119fb14156f46dc8bce8218f62db13c568
memblock: kill "config MAX_ACTIVE_REGIONS"

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 <pebolle@tiscali.nl>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
arch/metag/mm/Kconfig
arch/powerpc/Kconfig
arch/sh/mm/Kconfig