]> Git Repo - linux.git/commitdiff
[PATCH] x86_64: Fix no IOMMU warning in PCI-GART driver
authorAndi Kleen <[email protected]>
Tue, 30 May 2006 20:47:48 +0000 (22:47 +0200)
committerLinus Torvalds <[email protected]>
Wed, 31 May 2006 03:31:05 +0000 (20:31 -0700)
Complaining about the IOMMU not compiled in doesn't make sense
here because it is clearly compiled in.

Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/x86_64/kernel/pci-gart.c

index 2480d3f08a470865b90f1dd8cb35e2c6c30a9e1a..82a7c9bfdfa0f3e0bd1945225fd0f86df67b1c96 100644 (file)
@@ -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;
        }
This page took 0.056058 seconds and 4 git commands to generate.