Re: agpgart: scary messages are fortunately obsolete

From: Andi Kleen
Date: Tue Apr 01 2008 - 09:29:37 EST


> /* Should not happen anymore */
> - printk(KERN_ERR "PCI-DMA: More than 4GB of RAM and no IOMMU\n"
> - KERN_ERR "PCI-DMA: 32bit PCI IO may malfunction.\n");
> + printk(KERN_WARNING "PCI-DMA: More than 4GB of RAM and no IOMMU\n"
> + KERN_WARNING "falling back to iommu=soft.\n");

It might also fall back to another IOMMU (Calgary, Intel, ...)
soft is just last resort.

You can probably just remove it.

-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/