Merge git://git.infradead.org/~dwmw2/iommu-2.6.31
[pandora-kernel.git] / arch / ia64 / kernel / pci-dma.c
index ecdde25..0569596 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;
        }