x86/ia64: intel-iommu: move to drivers/iommu/
This should ease finding similarities with different platforms, with the intention of solving problems once in a generic framework which everyone can use. Note: to move intel-iommu.c, the declaration of pci_find_upstream_pcie_bridge() has to move from drivers/pci/pci.h to include/linux/pci.h. This is handled in this patch, too. As suggested, also drop DMAR's EXPERIMENTAL tag while we're at it. Compile-tested on x86_64. Signed-off-by:Ohad Ben-Cohen <ohad@wizery.com> Signed-off-by:
Joerg Roedel <joerg.roedel@amd.com>
Showing
- arch/ia64/Kconfig 0 additions, 21 deletionsarch/ia64/Kconfig
- arch/x86/Kconfig 0 additions, 50 deletionsarch/x86/Kconfig
- drivers/iommu/Kconfig 49 additions, 0 deletionsdrivers/iommu/Kconfig
- drivers/iommu/Makefile 2 additions, 0 deletionsdrivers/iommu/Makefile
- drivers/iommu/dmar.c 0 additions, 0 deletionsdrivers/iommu/dmar.c
- drivers/iommu/intel-iommu.c 0 additions, 1 deletiondrivers/iommu/intel-iommu.c
- drivers/iommu/intr_remapping.c 0 additions, 1 deletiondrivers/iommu/intr_remapping.c
- drivers/iommu/intr_remapping.h 0 additions, 0 deletionsdrivers/iommu/intr_remapping.h
- drivers/iommu/iova.c 0 additions, 0 deletionsdrivers/iommu/iova.c
- drivers/pci/Makefile 0 additions, 5 deletionsdrivers/pci/Makefile
- drivers/pci/pci.h 0 additions, 2 deletionsdrivers/pci/pci.h
- include/linux/pci.h 11 additions, 0 deletionsinclude/linux/pci.h
Loading
Please register or sign in to comment