Merge "ARM64: mm: Add log in fixmap_remap_fdt for static memory"
This commit is contained in:
commit
affd864adc
1 changed files with 8 additions and 0 deletions
|
@ -1366,6 +1366,14 @@ void *__init fixmap_remap_fdt(phys_addr_t dt_phys)
|
|||
return NULL;
|
||||
|
||||
memblock_reserve(dt_phys, size);
|
||||
|
||||
/*
|
||||
* memblock_dbg is not up because of parse_early_param get called after
|
||||
* setup_machine_fd. To capture fdt reserved info below pr_info is
|
||||
* added.
|
||||
*/
|
||||
pr_info("memblock_reserve: 0x%x %pS\n", size - 1, (void *) _RET_IP_);
|
||||
|
||||
return dt_virt;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue