mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00:00
ARM: 9245/1: dump: show FDT region
Since commit 7a1be318f5
("ARM: 9012/1: move device tree mapping out
of linear region"), FDT is placed between the end of the vmalloc region
and the start of the fixmap region, let's show it in dump.
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
This commit is contained in:
parent
823f606ab6
commit
afd1efa1d8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ static struct addr_marker address_markers[] = {
|
|||
{ MODULES_VADDR, "Modules" },
|
||||
{ PAGE_OFFSET, "Kernel Mapping" },
|
||||
{ 0, "vmalloc() Area" },
|
||||
{ VMALLOC_END, "vmalloc() End" },
|
||||
{ FDT_FIXED_BASE, "FDT Area" },
|
||||
{ FIXADDR_START, "Fixmap Area" },
|
||||
{ VECTORS_BASE, "Vectors" },
|
||||
{ VECTORS_BASE + PAGE_SIZE * 2, "Vectors End" },
|
||||
|
|
Loading…
Add table
Reference in a new issue