x86: sort address_markers for dump_pagetables
otherwise Vmemmap and High Kernel Mapping string is not showing up. Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -44,10 +44,10 @@ static struct addr_marker address_markers[] = {
|
|||||||
{ 0x8000000000000000UL, "Kernel Space" },
|
{ 0x8000000000000000UL, "Kernel Space" },
|
||||||
{ 0xffff810000000000UL, "Low Kernel Mapping" },
|
{ 0xffff810000000000UL, "Low Kernel Mapping" },
|
||||||
{ VMALLOC_START, "vmalloc() Area" },
|
{ VMALLOC_START, "vmalloc() Area" },
|
||||||
{ MODULES_VADDR, "Modules" },
|
|
||||||
{ MODULES_END, "End Modules" },
|
|
||||||
{ VMEMMAP_START, "Vmemmap" },
|
{ VMEMMAP_START, "Vmemmap" },
|
||||||
{ __START_KERNEL_map, "High Kernel Mapping" },
|
{ __START_KERNEL_map, "High Kernel Mapping" },
|
||||||
|
{ MODULES_VADDR, "Modules" },
|
||||||
|
{ MODULES_END, "End Modules" },
|
||||||
#else
|
#else
|
||||||
{ PAGE_OFFSET, "Kernel Mapping" },
|
{ PAGE_OFFSET, "Kernel Mapping" },
|
||||||
{ 0/* VMALLOC_START */, "vmalloc() Area" },
|
{ 0/* VMALLOC_START */, "vmalloc() Area" },
|
||||||
|
Reference in New Issue
Block a user