mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[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>
This commit is contained in:
parent
b159d43fbf
commit
af705362ab
2 changed files with 5 additions and 1 deletions
|
@ -793,7 +793,7 @@ config HAVE_ARCH_BOOTMEM_NODE
|
||||||
depends on NUMA
|
depends on NUMA
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config HAVE_MEMORY_PRESENT
|
config ARCH_HAVE_MEMORY_PRESENT
|
||||||
bool
|
bool
|
||||||
depends on DISCONTIGMEM
|
depends on DISCONTIGMEM
|
||||||
default y
|
default y
|
||||||
|
|
|
@ -53,3 +53,7 @@ config FLATMEM
|
||||||
config NEED_MULTIPLE_NODES
|
config NEED_MULTIPLE_NODES
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on DISCONTIGMEM || NUMA
|
depends on DISCONTIGMEM || NUMA
|
||||||
|
|
||||||
|
config HAVE_MEMORY_PRESENT
|
||||||
|
def_bool y
|
||||||
|
depends on ARCH_HAVE_MEMORY_PRESENT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue