From: Paul Jackson Date: Sun, 22 Jun 2008 14:22:12 +0000 (-0700) Subject: x86 boot: show pfn addresses in hex not decimal in some kernel info printks X-Git-Tag: v2.6.27-rc1~1106^2~193 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2fc252e0ce695b4c4abe27bb073c35bd0d73252;p=pandora-kernel.git 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 Cc: "Yinghai Lu" Cc: "Jack Steiner" Cc: "Mike Travis" Cc: "Huang Cc: Ying" Cc: "Andi Kleen" Cc: "Andrew Morton" Cc: Paul Jackson Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed