x86 boot: show pfn addresses in hex not decimal in some kernel info printks
authorPaul Jackson <pj@sgi.com>
Sun, 22 Jun 2008 14:22:12 +0000 (07:22 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 10:51:37 +0000 (12:51 +0200)
commite2fc252e0ce695b4c4abe27bb073c35bd0d73252
tree53875bf55b7221d65d568bfad1c4568b2c732d04
parentc4ba1320b7075e9ce33ad0afaef43ba13260b4c2
x86 boot: show pfn addresses in hex not decimal in some kernel info printks

Page frame numbers (the portion of physical addresses above the low
order page offsets) are displayed in several kernel debug and info
prints in decimal, not hex.  Decimal addresse are unreadable.  Use hex.

Signed-off-by: Paul Jackson <pj@sgi.com>
Cc: "Yinghai Lu" <yhlu.kernel@gmail.com>
Cc: "Jack Steiner" <steiner@sgi.com>
Cc: "Mike Travis" <travis@sgi.com>
Cc: "Huang
Cc: Ying" <ying.huang@intel.com>
Cc: "Andi Kleen" <andi@firstfloor.org>
Cc: "Andrew Morton" <akpm@linux-foundation.org>
Cc: Paul Jackson <pj@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/e820.c
mm/page_alloc.c