commit | fd95541e23e2c9acb1e38cd41fc0c7cc37fceb53 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Tue Oct 06 15:33:39 2009 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Nov 04 08:47:17 2009 -0800 |
tree | b23aae11e5649a47a08b2ae20603e377ca16f3be | |
parent | c91d3376e5f4277173a22f0ef9989125c318bacb [diff] |
vsprintf: add %pRt, %pRf to print struct resource details 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>