diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2010-09-20 13:13:04 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2010-09-20 13:13:04 -0700 |
commit | 43e3bf203456c4f06bdd6060426976ad2bed9081 (patch) | |
tree | c2bf84e80cfb11ab58ffcbb37c9250cb4e898da4 /arch | |
parent | 2422084a94fcd5038406261b331672a13c92c050 (diff) | |
download | op-kernel-dev-43e3bf203456c4f06bdd6060426976ad2bed9081.zip op-kernel-dev-43e3bf203456c4f06bdd6060426976ad2bed9081.tar.gz |
[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>
Diffstat (limited to 'arch')
-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 0000000..92c8d36 --- /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 */ |