git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c91d337
)
vsprintf: add %pRt, %pRf to print struct resource details
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Tue, 6 Oct 2009 21:33:39 +0000
(15:33 -0600)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Wed, 4 Nov 2009 16:47:17 +0000
(08:47 -0800)
This adds support for printing struct resource type and flag information.
For example, "%pRt" looks like "[mem 0x80080000000-0x8008001ffff 64bit pref]",
and "%pRf" looks like "[mem 0xff5e2000-0xff5e2007 pref flags 0x1]".
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found