Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

microblaze: Wire memblock_dump_all()

Wire memblock_dump_all() to be able to see the whole memblock allocation.
Dumps are enabled by passing memblock=debug via kernel command line.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/6f480b6010068872f429df69c8894cc3f1f38f46.1645795048.git.michal.simek@xilinx.com

+2
+2
arch/microblaze/mm/init.c
··· 263 263 264 264 /* CMA initialization */ 265 265 dma_contiguous_reserve(memory_start + lowmem_size - 1); 266 + 267 + memblock_dump_all(); 266 268 } 267 269 268 270 void * __ref zalloc_maybe_bootmem(size_t size, gfp_t mask)