Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <konrad.wilk@oracle.com>
LKML-Reference: <1286564028-2352-2-git-send-email-konrad.wilk@oracle.com>
Reported-by: Tony Luck <tony.luck@intel.com>
Tested-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

authored by

Konrad Rzeszutek Wilk and committed by
H. Peter Anvin
fc6a2f37 7ac41ccf

+6
+6
arch/ia64/include/asm/iommu_table.h
··· 1 + #ifndef _ASM_IA64_IOMMU_TABLE_H 2 + #define _ASM_IA64_IOMMU_TABLE_H 3 + 4 + #define IOMMU_INIT_POST(_detect) 5 + 6 + #endif /* _ASM_IA64_IOMMU_TABLE_H */