projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01aaea1
)
x86: sort address_markers for dump_pagetables
author
Yinghai Lu
<yhlu.kernel@gmail.com>
Sat, 8 Mar 2008 03:17:55 +0000
(19:17 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:40:58 +0000
(17:40 +0200)
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>
arch/x86/mm/dump_pagetables.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/dump_pagetables.c
b/arch/x86/mm/dump_pagetables.c
index 6d840338f8086fa4c5da36a5df53376782acc49e..6791b8334bc6809ebd7d35bc69c29f1e23e2ff64 100644
(file)
--- 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" },