]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf587776f5d977137629988b295b4095c8514c594
tree53875bf55b7221d65d568bfad1c4568b2c732d04
parentcc47039cfe80ca836f0b8e7b52881e3d688a922e
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