diff --git a/mm/memblock.c b/mm/memblock.c
index f82c65aace9ac5056094109bb0b90d014b24ad1a..647d79ed07a35cdbdb7a996bf22e95886dde1c18 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -1732,6 +1732,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)