]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[IA64] iommu: Add a dummy iommu_table.h file in IA64.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 20 Sep 2010 20:13:04 +0000 (13:13 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 20 Sep 2010 20:13:04 +0000 (13:13 -0700)
We don't need a comlex IOMMU dependency list on IA64 so
we just define the IOMMU_* macro as a dummy.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/iommu_table.h [new file with mode: 0644]

diff --git a/arch/ia64/include/asm/iommu_table.h b/arch/ia64/include/asm/iommu_table.h
new file mode 100644 (file)
index 0000000..92c8d36
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _ASM_IA64_IOMMU_TABLE_H
+#define _ASM_IA64_IOMMU_TABLE_H
+
+#define IOMMU_INIT_POST(_detect)
+
+#endif /* _ASM_IA64_IOMMU_TABLE_H */