diff options
Diffstat (limited to 'arch/x86_64/kernel/pci-nommu.c')
-rw-r--r-- | arch/x86_64/kernel/pci-nommu.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/pci-nommu.c b/arch/x86_64/kernel/pci-nommu.c index 3209adac3272..e41564975195 100644 --- a/arch/x86_64/kernel/pci-nommu.c +++ b/arch/x86_64/kernel/pci-nommu.c | |||
@@ -92,7 +92,8 @@ void __init no_iommu_init(void) | |||
92 | dma_ops = &nommu_dma_ops; | 92 | dma_ops = &nommu_dma_ops; |
93 | if (end_pfn > MAX_DMA32_PFN) { | 93 | if (end_pfn > MAX_DMA32_PFN) { |
94 | printk(KERN_ERR | 94 | printk(KERN_ERR |
95 | "WARNING more than 4GB of memory but IOMMU disabled.\n" | 95 | "WARNING more than 4GB of memory but IOMMU not compiled in.\n" |
96 | KERN_ERR "WARNING 32bit PCI may malfunction.\n"); | 96 | KERN_ERR "WARNING 32bit PCI may malfunction.\n" |
97 | KERN_ERR "You might want to enable CONFIG_GART_IOMMU\n"); | ||
97 | } | 98 | } |
98 | } | 99 | } |