projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61a4e65
)
microblaze: Wire memblock_dump_all()
author
Michal Simek
<michal.simek@xilinx.com>
Fri, 25 Feb 2022 13:17:30 +0000
(14:17 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 21 Apr 2022 08:54:57 +0000
(10:54 +0200)
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
arch/microblaze/mm/init.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/mm/init.c
b/arch/microblaze/mm/init.c
index 952f35b335b261ddd49ddf5c28f7c4ea69f08494..de0d8b03af217f44fc0efb4c0c7f8c2451c05709 100644
(file)
--- a/
arch/microblaze/mm/init.c
+++ b/
arch/microblaze/mm/init.c
@@
-263,6
+263,8
@@
asmlinkage void __init mmu_init(void)
/* CMA initialization */
dma_contiguous_reserve(memory_start + lowmem_size - 1);
+
+ memblock_dump_all();
}
void * __ref zalloc_maybe_bootmem(size_t size, gfp_t mask)