s390/mm,ptdump: add proper ifdefs
[linux-2.6-microblaze.git] / mm / Kconfig
index d41f3fa..6c97488 100644 (file)
@@ -88,13 +88,9 @@ config NEED_MULTIPLE_NODES
        def_bool y
        depends on DISCONTIGMEM || NUMA
 
-config HAVE_MEMORY_PRESENT
-       def_bool y
-       depends on ARCH_HAVE_MEMORY_PRESENT || SPARSEMEM
-
 #
 # SPARSEMEM_EXTREME (which is the default) does some bootmem
-# allocations when memory_present() is called.  If this cannot
+# allocations when sparse_init() is called.  If this cannot
 # be done on your architecture, select this option.  However,
 # statically allocating the mem_section[] array can potentially
 # consume vast quantities of .bss, so be careful.