Skip to content

Commit

Permalink
[IA64] iommu: Add a dummy iommu_table.h file in IA64.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Konrad Rzeszutek Wilk authored and Tony Luck committed Sep 20, 2010
1 parent 2422084 commit 43e3bf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/ia64/include/asm/iommu_table.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit 43e3bf2

Please sign in to comment.