Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fix arch/ia64/kernel/pci-dma.c: fix recursive dma_supported() cal…
…l in iommu_dma_supported() In commit 160c1d8, dma_ops->dma_supported = iommu_dma_supported; This dma_ops->dma_supported is first called in platform_dma_init() during kernel boot. Then dma_ops->dma_supported will be called recursively in iommu_dma_supported. Kernel can not boot because kernel can not get out of iommu_dma_supported until it runs out of stack memory. Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
- Loading branch information