diff options
author | 2013-09-17 10:19:31 +0200 | |
---|---|---|
committer | 2013-09-24 14:47:28 +0200 | |
commit | e56b3dab34d41804b57b900f5b7e7837ece0367b (patch) | |
tree | 06e510280f702388d984e48fb052d39130e9a836 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Linux 3.12-rc2 (diff) | |
download | linux-dev-e56b3dab34d41804b57b900f5b7e7837ece0367b.tar.xz linux-dev-e56b3dab34d41804b57b900f5b7e7837ece0367b.zip |
iommu/tegra: Print phys_addr_t using %pa
When enabling LPAE on ARM, phys_addr_t becomes 64 bits wide and printing
a variable of that type using a simple %x format specifier causes the
compiler to complain. Change the format specifier to %pa, which is used
specifically for variables of type phys_addr_t.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions