diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2010-09-20 22:13:04 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2010-09-20 22:13:04 +0200 |
commit | 43e3bf203456c4f06bdd6060426976ad2bed9081 (patch) | |
tree | c2bf84e80cfb11ab58ffcbb37c9250cb4e898da4 | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat... (diff) | |
download | linux-43e3bf203456c4f06bdd6060426976ad2bed9081.tar.xz linux-43e3bf203456c4f06bdd6060426976ad2bed9081.zip |
[IA64] iommu: Add a dummy iommu_table.h file in IA64.
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>
-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 */ |