Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b22a385 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

[PATCH] x86_64: Tell user to enable GART_IOMMU when needed



Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7554c3f0
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -92,7 +92,8 @@ void __init no_iommu_init(void)
	dma_ops = &nommu_dma_ops;
	dma_ops = &nommu_dma_ops;
	if (end_pfn > MAX_DMA32_PFN) {
	if (end_pfn > MAX_DMA32_PFN) {
		printk(KERN_ERR
		printk(KERN_ERR
		       "WARNING more than 4GB of memory but IOMMU disabled.\n"
		       "WARNING more than 4GB of memory but IOMMU not compiled in.\n"
		       KERN_ERR "WARNING 32bit PCI may malfunction.\n");
		       KERN_ERR "WARNING 32bit PCI may malfunction.\n"
		       KERN_ERR "You might want to enable CONFIG_GART_IOMMU\n");
	}
	}
}
}