Re: Questions about function detect_intel_iommu(void)

2012-11-26 Thread Li, Zhen-Hua
I read the code of kernel 3.5.2, and found this function is only called in function void __init pci_iommu_alloc(void) in file arch/ia64/kernel/pci-dma.c . So I think it is only called on IA64 system. On Mon, Nov 26, 2012 at 4:25 PM, Dave Airlie wrote: > On Mon, Nov 26, 2012 at 4:36 PM, Li, Zhen-

Re: Questions about function detect_intel_iommu(void)

2012-11-26 Thread Dave Airlie
On Mon, Nov 26, 2012 at 4:36 PM, Li, Zhen-Hua wrote: > Hi all, > I am debugging a bug about iommu recently and got a question > about the function detect_intel_opmmu, Could anybody kindly help me? > > In dmar.c, this function : > void __init detect_intel_iommu(void) >