diff --git a/mm/memblock.c b/mm/memblock.c index f82c65aace9a..647d79ed07a3 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)