diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2009-06-02 14:21:30 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-06-09 02:47:39 -0400 |
commit | 41febbc829cd3ed9af8a7dc37bc805ec027a0727 (patch) | |
tree | 21bcb5b4747fb4c08807e68c33e9c0c2cf1e97b8 /arch/powerpc/mm | |
parent | 944916858a430a0627e483657d4cfa2cd2dfb4f7 (diff) |
powerpc/pseries: Fix warnings when printing resource_size_t
resource_size_t is 64 bits on pseries
Gets rid of these warnings:
arch/powerpc/platforms/pseries/iommu.c: In function 'pci_dma_bus_setup_pSeries':
arch/powerpc/platforms/pseries/iommu.c:391: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'resource_size_t'
arch/powerpc/platforms/pseries/iommu.c:417: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'resource_size_t'
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/mm')
0 files changed, 0 insertions, 0 deletions