LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] x86_64: sort address_markers for dump_pagetables
@ 2008-03-08 3:17 Yinghai Lu
2008-03-09 11:46 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Yinghai Lu @ 2008-03-08 3:17 UTC (permalink / raw)
To: Ingo Molnar, Thomas Gleixner, Arjan van de Ven, H. Peter Anvin
Cc: kernel list
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: x86_sort_dump_pagetables.patch --]
[-- Type: text/x-patch; name=x86_sort_dump_pagetables.patch, Size: 916 bytes --]
[PATCH] x86_64: 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>
diff --git a/arch/x86/mm/dump_pagetables.c b/arch/x86/mm/dump_pagetables.c
index 6d84033..6791b83 100644
--- a/arch/x86/mm/dump_pagetables.c
+++ b/arch/x86/mm/dump_pagetables.c
@@ -44,10 +44,10 @@ static struct addr_marker address_markers[] = {
{ 0x8000000000000000UL, "Kernel Space" },
{ 0xffff810000000000UL, "Low Kernel Mapping" },
{ VMALLOC_START, "vmalloc() Area" },
- { MODULES_VADDR, "Modules" },
- { MODULES_END, "End Modules" },
{ VMEMMAP_START, "Vmemmap" },
{ __START_KERNEL_map, "High Kernel Mapping" },
+ { MODULES_VADDR, "Modules" },
+ { MODULES_END, "End Modules" },
#else
{ PAGE_OFFSET, "Kernel Mapping" },
{ 0/* VMALLOC_START */, "vmalloc() Area" },
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] x86_64: sort address_markers for dump_pagetables
2008-03-08 3:17 [PATCH] x86_64: sort address_markers for dump_pagetables Yinghai Lu
@ 2008-03-09 11:46 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-03-09 11:46 UTC (permalink / raw)
To: Yinghai Lu; +Cc: Thomas Gleixner, Arjan van de Ven, H. Peter Anvin, kernel list
* Yinghai Lu <yhlu.kernel@gmail.com> wrote:
> otherwise Vmemmap and High Kernel Mapping string is not showing up.
thanks, applied.
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-09 11:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-08 3:17 [PATCH] x86_64: sort address_markers for dump_pagetables Yinghai Lu
2008-03-09 11:46 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).