]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: 9245/1: dump: show FDT region
authorWang Kefeng <wangkefeng.wang@huawei.com>
Tue, 13 Sep 2022 04:25:53 +0000 (05:25 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 4 Oct 2022 10:09:48 +0000 (11:09 +0100)
Since commit f3bfecb5cb03 ("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>
arch/arm/mm/dump.c

index fb688003d156ea8a9c77fba4ae9d080d3be80b42..d139392cc514e5296fce8b6d65b3d38846e188fb 100644 (file)
@@ -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" },