summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
authorAndy Whitcroft2005-06-23 09:07:53 +0200
committerLinus Torvalds2005-06-23 18:45:04 +0200
commitaf705362ab6018071310c5fcd436a6b457517d5f (patch)
tree429e505558ee98e19b08ade8d02eedc3fee2478b /mm/Kconfig
parent[PATCH] generify early_pfn_to_nid (diff)
downloadkernel-qcow2-linux-af705362ab6018071310c5fcd436a6b457517d5f.tar.gz
kernel-qcow2-linux-af705362ab6018071310c5fcd436a6b457517d5f.tar.xz
kernel-qcow2-linux-af705362ab6018071310c5fcd436a6b457517d5f.zip
[PATCH] generify memory present
Allow architectures to indicate that they will be providing hooks to indice installed memory areas, memory_present(). Provide prototypes for the i386 implementation. Signed-off-by: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Dave Hansen <haveblue@us.ibm.com> Signed-off-by: Martin Bligh <mbligh@aracnet.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r--mm/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index 8283685f3bb3..5127441561b4 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -53,3 +53,7 @@ config FLATMEM
config NEED_MULTIPLE_NODES
def_bool y
depends on DISCONTIGMEM || NUMA
+
+config HAVE_MEMORY_PRESENT
+ def_bool y
+ depends on ARCH_HAVE_MEMORY_PRESENT