]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/ia64/kernel/pci-dma.c
Merge git://git.infradead.org/~dwmw2/iommu-2.6.31
[karo-tx-linux.git] / arch / ia64 / kernel / pci-dma.c
index ecdde25d0d18118c30d8a6e48248d85a81c656a1..05695962fe4405bd8a028b33c8665158af14a2c3 100644 (file)
@@ -93,7 +93,7 @@ int iommu_dma_supported(struct device *dev, u64 mask)
           type. Normally this doesn't make any difference, but gives
           more gentle handling of IOMMU overflow. */
        if (iommu_sac_force && (mask >= DMA_BIT_MASK(40))) {
-               dev_info(dev, "Force SAC with mask %lx\n", mask);
+               dev_info(dev, "Force SAC with mask %llx\n", mask);
                return 0;
        }