diff options
| author | Paul Jackson <[email protected]> | 2008-06-25 05:44:40 -0700 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-07-08 13:10:40 +0200 |
| commit | 5dab8ec139be215fbaba216fb4aea914d0f4dac5 (patch) | |
| tree | 246dfbfdf1d6cbf0177329cedf6da23f6480c27a /tools/perf/scripts/python | |
| parent | 3381959da5a00ae8289cfbd28b0b6d228f2d1d46 (diff) | |
mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses
Fix some problems with (and applies on top of) a previous patch:
x86 boot: show pfn addresses in hex not decimal in some kernel info printks
Primarily change "0x%8lx" format, which displays with a right aligned
space filled hex number (spaces between the "0x" prefix and the number),
into "%0#10lx" format, which zero fills instead of space fills, and
which uses the printf flag '#' to request the "0x" prefix instead of
hard coding it.
Also replace some other "0x%lx" formats with "%#lx", making use of the
'#' printf flag again.
Signed-off-by: Paul Jackson <[email protected]>
Cc: "Yinghai Lu" <[email protected]>
Cc: "Jack Steiner" <[email protected]>
Cc: "Mike Travis" <[email protected]>
Cc: "Huang
Cc: Ying" <[email protected]>
Cc: "Andi Kleen" <[email protected]>
Cc: "Andrew Morton" <[email protected]>
Cc: Paul Jackson <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions