The patch titled x86_64: Fix no IOMMU warning in PCI-GART driver has been removed from the -mm tree. Its filename is x86_64-fix-no-iommu-warning-in-pci-gart-driver.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ Subject: x86_64: Fix no IOMMU warning in PCI-GART driver From: "Andi Kleen" <ak@xxxxxxx> Complaining about the IOMMU not compiled in doesn't make sense here because it is clearly compiled in. Signed-off-by: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/x86_64/kernel/pci-gart.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff -puN arch/x86_64/kernel/pci-gart.c~x86_64-fix-no-iommu-warning-in-pci-gart-driver arch/x86_64/kernel/pci-gart.c --- devel/arch/x86_64/kernel/pci-gart.c~x86_64-fix-no-iommu-warning-in-pci-gart-driver 2006-05-30 21:24:55.000000000 -0700 +++ devel-akpm/arch/x86_64/kernel/pci-gart.c 2006-05-30 21:24:55.000000000 -0700 @@ -631,10 +631,8 @@ static int __init pci_iommu_init(void) printk(KERN_INFO "PCI-DMA: Disabling IOMMU.\n"); if (end_pfn > MAX_DMA32_PFN) { printk(KERN_ERR "WARNING more than 4GB of memory " - "but IOMMU not compiled in.\n" - KERN_ERR "WARNING 32bit PCI may malfunction.\n" - KERN_ERR "You might want to enable " - "CONFIG_GART_IOMMU\n"); + "but IOMMU not available.\n" + KERN_ERR "WARNING 32bit PCI may malfunction.\n"); } return -1; } _ Patches currently in -mm which might be from ak@xxxxxxx are origin.patch git-acpi.patch x86_64-dont-warn-for-overflow-in-nommu-case-when-dma_mask-is-32bit-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html