|
@@ -1732,6 +1732,9 @@ void __init_memblock __memblock_dump_all(void)
|
|
|
|
|
|
memblock_dump(&memblock.memory, "memory");
|
|
memblock_dump(&memblock.memory, "memory");
|
|
memblock_dump(&memblock.reserved, "reserved");
|
|
memblock_dump(&memblock.reserved, "reserved");
|
|
|
|
+#ifdef CONFIG_HAVE_MEMBLOCK_PHYS_MAP
|
|
|
|
+ memblock_dump(&memblock.physmem, "physmem");
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
|
|
|
|
void __init memblock_allow_resize(void)
|
|
void __init memblock_allow_resize(void)
|