diff options
Diffstat (limited to 'arch/x86_64/kernel/pci-dma.c')
-rw-r--r-- | arch/x86_64/kernel/pci-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/pci-dma.c b/arch/x86_64/kernel/pci-dma.c index 117bcebe9ebc..33926c367250 100644 --- a/arch/x86_64/kernel/pci-dma.c +++ b/arch/x86_64/kernel/pci-dma.c | |||
@@ -266,7 +266,7 @@ __init int iommu_setup(char *p) | |||
266 | swiotlb = 1; | 266 | swiotlb = 1; |
267 | #endif | 267 | #endif |
268 | 268 | ||
269 | #ifdef CONFIG_GART_IOMMU | 269 | #ifdef CONFIG_IOMMU |
270 | gart_parse_options(p); | 270 | gart_parse_options(p); |
271 | #endif | 271 | #endif |
272 | 272 | ||