Thread (27 messages) 27 messages, 4 authors, 2015-01-12
STALE4172d

[PATCH 3/8] memblock: add physmem to memblock_dump_all() output

From: Ard Biesheuvel <hidden>
Date: 2014-12-22 19:08:37
Also in: linux-efi
Subsystem: memblock and memory management initialization, memory management, the rest · Maintainers: Mike Rapoport, Andrew Morton, Linus Torvalds

If CONFIG_HAVE_MEMBLOCK_PHYS_MAP is set, there is a third memblock
map called 'physmem'. Add it to the output of memblock_dump_all().

Signed-off-by: Ard Biesheuvel <redacted>
---
 mm/memblock.c | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/mm/memblock.c b/mm/memblock.c
index 252b77bdf65e..c27353beb260 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -1522,6 +1522,9 @@ void __init_memblock __memblock_dump_all(void)
 
 	memblock_dump(&memblock.memory, "memory");
 	memblock_dump(&memblock.reserved, "reserved");
+#ifdef CONFIG_HAVE_MEMBLOCK_PHYS_MAP
+	memblock_dump(&memblock.physmem, "physmem");
+#endif
 }
 
 void __init memblock_allow_resize(void)
-- 
1.8.3.2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help