diff options
Diffstat (limited to 'arch/sparc/kernel/pci_sun4v.c')
-rw-r--r-- | arch/sparc/kernel/pci_sun4v.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/pci_sun4v.c b/arch/sparc/kernel/pci_sun4v.c index 34a1fded394..0ef0ab3d476 100644 --- a/arch/sparc/kernel/pci_sun4v.c +++ b/arch/sparc/kernel/pci_sun4v.c | |||
@@ -73,7 +73,7 @@ static long iommu_batch_flush(struct iommu_batch *p) | |||
73 | if (unlikely(num < 0)) { | 73 | if (unlikely(num < 0)) { |
74 | if (printk_ratelimit()) | 74 | if (printk_ratelimit()) |
75 | printk("iommu_batch_flush: IOMMU map of " | 75 | printk("iommu_batch_flush: IOMMU map of " |
76 | "[%08lx:%08lx:%lx:%lx:%lx] failed with " | 76 | "[%08lx:%08llx:%lx:%lx:%lx] failed with " |
77 | "status %ld\n", | 77 | "status %ld\n", |
78 | devhandle, HV_PCI_TSBID(0, entry), | 78 | devhandle, HV_PCI_TSBID(0, entry), |
79 | npages, prot, __pa(pglist), num); | 79 | npages, prot, __pa(pglist), num); |