diff options
author | Konrad Rzeszutek Wilk <[email protected]> | 2010-10-08 14:53:47 -0400 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2010-10-08 13:11:11 -0700 |
commit | fc6a2f37d084173de57fe75f73cbe4bb296b9e8a (patch) | |
tree | 447b6527a3eebde134096b36c1a0efddb90bbafe | |
parent | 7ac41ccf47d82569d26f34beab1dec92cc3b6347 (diff) |
ia64, iommu: Add a dummy iommu_table.h file in IA64.
We don't need a complex IOMMU dependency list on IA64 so
we just define the IOMMU_* macro which is used the DMAR driver, as a dummy.
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
LKML-Reference: <[email protected]>
Reported-by: Tony Luck <[email protected]>
Tested-by: Tony Luck <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
-rw-r--r-- | arch/ia64/include/asm/iommu_table.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/iommu_table.h b/arch/ia64/include/asm/iommu_table.h new file mode 100644 index 000000000000..92c8d36ae5ae --- /dev/null +++ b/arch/ia64/include/asm/iommu_table.h @@ -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 */ |