summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle2013-03-20 11:25:08 +0100
committerJames Hogan2013-03-20 14:07:58 +0100
commit2b8660ed3bfe95523561e6d6a6f1ce91389006b1 (patch)
treef34077157a46e2b758a93d6b659edfc59e6e3816
parentmetag: cachepart: fix get_global_dcache_size() typo (diff)
downloadkernel-qcow2-linux-2b8660ed3bfe95523561e6d6a6f1ce91389006b1.tar.gz
kernel-qcow2-linux-2b8660ed3bfe95523561e6d6a6f1ce91389006b1.tar.xz
kernel-qcow2-linux-2b8660ed3bfe95523561e6d6a6f1ce91389006b1.zip
memblock: Kill ARCH_POPULATES_NODE_MAP once more
The Kconfig symbol ARCH_POPULATES_NODE_MAP was killed in v3.3. After that it popped up again in microblaze and metag. Nobody noticed, probably because these Kconfig symbols are entirely unused and these architectures both select HAVE_MEMBLOCK_NODE_MAP. Anyhow, these two entries can also be killed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Michal Simek <monstr@monstr.eu> Signed-off-by: James Hogan <james.hogan@imgtec.com>
-rw-r--r--arch/metag/mm/Kconfig3
-rw-r--r--arch/microblaze/Kconfig3
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/metag/mm/Kconfig b/arch/metag/mm/Kconfig
index 975f2f4e3ecf..794f26a187f9 100644
--- a/arch/metag/mm/Kconfig
+++ b/arch/metag/mm/Kconfig
@@ -98,9 +98,6 @@ config MAX_ACTIVE_REGIONS
default "2" if SPARSEMEM
default "1"
-config ARCH_POPULATES_NODE_MAP
- def_bool y
-
config ARCH_SELECT_MEMORY_MODEL
def_bool y
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index 7843d11156e6..9dbb2448a9b2 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -38,9 +38,6 @@ config RWSEM_GENERIC_SPINLOCK
config ZONE_DMA
def_bool y
-config ARCH_POPULATES_NODE_MAP
- def_bool y
-
config RWSEM_XCHGADD_ALGORITHM
bool