diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/pci-dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/pci-dma.c b/arch/x86_64/kernel/pci-dma.c index 58be7929b4e2..f8d857453f8a 100644 --- a/arch/x86_64/kernel/pci-dma.c +++ b/arch/x86_64/kernel/pci-dma.c | |||
@@ -245,6 +245,7 @@ EXPORT_SYMBOL(dma_set_mask); | |||
245 | noaperture Don't touch the aperture for AGP. | 245 | noaperture Don't touch the aperture for AGP. |
246 | allowdac Allow DMA >4GB | 246 | allowdac Allow DMA >4GB |
247 | nodac Forbid DMA >4GB | 247 | nodac Forbid DMA >4GB |
248 | panic Force panic when IOMMU overflows | ||
248 | */ | 249 | */ |
249 | __init int iommu_setup(char *p) | 250 | __init int iommu_setup(char *p) |
250 | { | 251 | { |