From 45b02f8d94e3d86e77bde061b79b66cb5cfc6aaa Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Wed, 20 Mar 2013 23:27:56 +0000 Subject: 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 Acked-by: Paul Mundt Acked-by: James Hogan Signed-off-by: Michael Ellerman --- arch/metag/mm/Kconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/metag') diff --git a/arch/metag/mm/Kconfig b/arch/metag/mm/Kconfig index 975f2f4e3ecf..ccf2576786ee 100644 --- a/arch/metag/mm/Kconfig +++ b/arch/metag/mm/Kconfig @@ -93,11 +93,6 @@ config ARCH_SPARSEMEM_ENABLE config ARCH_SPARSEMEM_DEFAULT def_bool y -config MAX_ACTIVE_REGIONS - int - default "2" if SPARSEMEM - default "1" - config ARCH_POPULATES_NODE_MAP def_bool y -- cgit v1.2.3