6 #include <linux/module.h>
9 #include <asm/swiotlb.h>
11 #include <asm/iommu.h>
12 #include <asm/machvec.h>
17 static void *ia64_swiotlb_alloc_coherent(
struct device *
dev,
size_t size,
26 static void ia64_swiotlb_free_coherent(
struct device *dev,
size_t size,
34 .alloc = ia64_swiotlb_alloc_coherent,
35 .free = ia64_swiotlb_free_coherent,
57 #ifdef CONFIG_IA64_GENERIC
64 panic(
"Unable to find Intel IOMMU");