diff options
| -rw-r--r-- | arch/ia64/include/asm/iommu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/iommu.h b/arch/ia64/include/asm/iommu.h index 37d41ca5645a..745e095fe82e 100644 --- a/arch/ia64/include/asm/iommu.h +++ b/arch/ia64/include/asm/iommu.h | |||
| @@ -9,7 +9,11 @@ extern void pci_iommu_shutdown(void); | |||
| 9 | extern void no_iommu_init(void); | 9 | extern void no_iommu_init(void); |
| 10 | extern int force_iommu, no_iommu; | 10 | extern int force_iommu, no_iommu; |
| 11 | extern int iommu_detected; | 11 | extern int iommu_detected; |
| 12 | #ifdef CONFIG_DMAR | ||
| 12 | extern int iommu_pass_through; | 13 | extern int iommu_pass_through; |
| 14 | #else | ||
| 15 | #define iommu_pass_through (0) | ||
| 16 | #endif | ||
| 13 | extern void iommu_dma_init(void); | 17 | extern void iommu_dma_init(void); |
| 14 | extern void machvec_init(const char *name); | 18 | extern void machvec_init(const char *name); |
| 15 | 19 | ||
