From: David Woodhouse Date: Mon, 20 Oct 2008 19:16:53 +0000 (+0100) Subject: Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 X-Git-Tag: v2.6.28-rc1~39^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b364776ad1208a71f0c53578c84619a395412a8d;p=profile%2Fivi%2Fkernel-x86-ivi.git Merge branch 'master' of /linux/kernel/git/torvalds/linux-2.6 Conflicts: drivers/pci/intel-iommu.c --- b364776ad1208a71f0c53578c84619a395412a8d diff --cc drivers/pci/intel-iommu.c index 8b51e10,d315e41..a269272 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c @@@ -655,8 -637,9 +637,9 @@@ static int __iommu_flush_iotlb(struct i printk(KERN_ERR"IOMMU: flush IOTLB failed\n"); if (DMA_TLB_IAIG(val) != DMA_TLB_IIRG(type)) pr_debug("IOMMU: tlb flush request %Lx, actual %Lx\n", - DMA_TLB_IIRG(type), DMA_TLB_IAIG(val)); + (unsigned long long)DMA_TLB_IIRG(type), + (unsigned long long)DMA_TLB_IAIG(val)); - /* flush context entry will implictly flush write buffer */ + /* flush iotlb entry will implicitly flush write buffer */ return 0; }