|
@@ -12,12 +12,7 @@
|
|
#include <asm/iommu.h>
|
|
#include <asm/iommu.h>
|
|
#include <asm/machvec.h>
|
|
#include <asm/machvec.h>
|
|
#include <linux/dma-mapping.h>
|
|
#include <linux/dma-mapping.h>
|
|
-
|
|
|
|
-
|
|
|
|
-#ifdef CONFIG_INTEL_IOMMU
|
|
|
|
-
|
|
|
|
#include <linux/kernel.h>
|
|
#include <linux/kernel.h>
|
|
-
|
|
|
|
#include <asm/page.h>
|
|
#include <asm/page.h>
|
|
|
|
|
|
dma_addr_t bad_dma_address __read_mostly;
|
|
dma_addr_t bad_dma_address __read_mostly;
|
|
@@ -115,5 +110,3 @@ void __init pci_iommu_alloc(void)
|
|
}
|
|
}
|
|
#endif /* CONFIG_SWIOTLB */
|
|
#endif /* CONFIG_SWIOTLB */
|
|
}
|
|
}
|
|
-
|
|
|
|
-#endif
|
|
|