FUJITA Tomonori fb4467274d IA64: fix compile error on IA64_DIG_VTD
This moves iommu_detected to arch/ia64/kernel/dma-mapping.c from
arch/ia64/kernel/pci-swiotlb.c to fix the following error on on
IA64_DIG_VTD:

 arch/ia64/kernel/built-in.o: In function `pci_iommu_init':
 pci-dma.c:(.init.text+0xa021): undefined reference to `iommu_detected'
 pci-dma.c:(.init.text+0xa030): undefined reference to `iommu_detected'
 drivers/built-in.o: In function `detect_intel_iommu':
 (.init.text+0x11c0): undefined reference to `iommu_detected'
 drivers/built-in.o: In function `detect_intel_iommu':
 (.init.text+0x11e1): undefined reference to `iommu_detected'

iommu_detected is used to handle IOMMUs so I guess that
arch/ia64/kernel/dma-mapping.c is ok (there might be a better place
for it though).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-01-27 15:45:21 +01:00
..
2009-01-09 03:39:43 -05:00
2008-04-22 08:56:38 -07:00
2008-04-17 10:14:51 -07:00
2008-04-17 10:42:34 -04:00
2008-12-31 18:07:42 -05:00
2009-01-06 14:06:50 +01:00
2008-02-04 15:42:06 -08:00
2008-02-04 15:42:06 -08:00
2008-04-08 13:51:35 -07:00
2008-05-27 13:24:39 -07:00
2009-01-11 00:51:06 +01:00
2008-10-17 13:51:28 -07:00
2008-10-06 10:43:06 -07:00
2008-12-31 15:11:46 +01:00