···9292 dma_ops = &nommu_dma_ops;9393 if (end_pfn > MAX_DMA32_PFN) {9494 printk(KERN_ERR9595- "WARNING more than 4GB of memory but IOMMU disabled.\n"9696- KERN_ERR "WARNING 32bit PCI may malfunction.\n");9595+ "WARNING more than 4GB of memory but IOMMU not compiled in.\n"9696+ KERN_ERR "WARNING 32bit PCI may malfunction.\n"9797+ KERN_ERR "You might want to enable CONFIG_GART_IOMMU\n");9798 }9899}