login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
June
»
25
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not decimal in some kernel info printks
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
H. Peter Anvin <hpa@...>
To: Paul Jackson <pj@...>
Cc: <yhlu.kernel@...>, <akpm@...>, <mingo@...>, <tglx@...>, <steiner@...>, <travis@...>, <linux-kernel@...>, <ying.huang@...>, <andi@...>
Subject:
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not decimal in some kernel info printks
Date: Tuesday, June 24, 2008 - 10:18 pm
Paul Jackson wrote:
quoted text
> hpa wrote: >> that would have to be %#10lx. > > Hmmm ... the '#' is a good idea, instead of an explicit "0x". > > Do we want zero padding as well, with "0#8lx" ? > > Zone PFN ranges: > DMA 0x00000000 -> 0x00001000 > DMA32 0x00001000 -> 0x00100000 > Normal 0x00100000 -> 0x00428000 > > or right aligned, space padded: > > Zone PFN ranges: > DMA 0x0 -> 0x1000 > DMA32 0x1000 -> 0x100000 > Normal 0x100000 -> 0x428000 > > I like the zero padding here myself. >
Yes, zero padding. What we really should have is %p produce this format. For some odd reason, right now %p produces numbers without the 0x prefix. -h --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/5 v2] x86 boot: various E820 & EFI related fixe...
, Paul Jackson
, (Sun Jun 22, 10:21 am)
Re: [PATCH 0/5 v2] x86 boot: various E820 & EFI related ...
, Ingo Molnar
, (Tue Jun 24, 7:19 am)
Re: [PATCH 0/5 v2] x86 boot: various E820 & EFI related ...
, Paul Jackson
, (Tue Jun 24, 7:30 am)
Re: [PATCH 0/5 v2] x86 boot: various E820 & EFI related ...
, H. Peter Anvin
, (Tue Jun 24, 11:45 am)
[PATCH 5/5 v2] x86 boot: more consistently use type int for ...
, Paul Jackson
, (Sun Jun 22, 10:22 am)
[PATCH 4/5 v2] x86 boot: show pfn addresses in hex not decim...
, Paul Jackson
, (Sun Jun 22, 10:22 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Yinghai Lu
, (Sun Jun 22, 3:38 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Paul Jackson
, (Mon Jun 23, 7:09 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Yinghai Lu
, (Tue Jun 24, 5:29 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Paul Jackson
, (Tue Jun 24, 9:32 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, H. Peter Anvin
, (Tue Jun 24, 9:56 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Paul Jackson
, (Tue Jun 24, 10:17 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, H. Peter Anvin
, (Tue Jun 24, 10:18 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Linus Torvalds
, (Tue Jun 24, 10:58 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, H. Peter Anvin
, (Wed Jun 25, 1:05 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Paul Jackson
, (Tue Jun 24, 11:08 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Linus Torvalds
, (Wed Jun 25, 12:04 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Johannes Berg
, (Wed Jun 25, 11:00 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Linus Torvalds
, (Wed Jun 25, 11:19 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Alexander van Heukelum
, (Mon Jun 30, 3:58 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Denys Vlasenko
, (Fri Jun 27, 4:43 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Johannes Berg
, (Wed Jun 25, 11:34 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Ingo Molnar
, (Wed Jun 25, 10:53 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Sam Ravnborg
, (Thu Jun 26, 3:14 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Ingo Molnar
, (Fri Jun 27, 8:00 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Sam Ravnborg
, (Fri Jun 27, 5:25 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Paul Jackson
, (Wed Jun 25, 4:04 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, H. Peter Anvin
, (Wed Jun 25, 1:01 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Linus Torvalds
, (Wed Jun 25, 10:42 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, H. Peter Anvin
, (Wed Jun 25, 11:29 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Linus Torvalds
, (Tue Jun 24, 11:00 pm)
[PATCH 3/5 v2] x86 boot: allow overlapping early reserve mem...
, Paul Jackson
, (Sun Jun 22, 10:22 am)
[PATCH 2/5 v2] x86 boot: x86_64 efi compiler warning fix
, Paul Jackson
, (Sun Jun 22, 10:22 am)
[PATCH 1/5 v2] x86 boot: e820 code indentation fix
, Paul Jackson
, (Sun Jun 22, 10:21 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg Kroah-Hartman
[PATCH 007/196] Chinese: add translation of stable_kernel_rules.txt
Andrew Morton
-mm merge plans for 2.6.23
Arjan van de Ven
[Announce] Development release 0.1 of the LatencyTOP tool
git
:
linux-netdev
:
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
David Miller
[GIT]: Networking
Stephen Hemminger
Re: iptables very slow after commit 784544739a25c30637397ace5489eeb6e15d7d49
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
4 users
and
638 guests
online.
Online users
sreejithc
ginekomastiavhc
dtv309
heddyfortune
Syndicate