From: Ohad Ben-Cohen Date: Fri, 10 Jun 2011 18:42:27 +0000 (+0300) Subject: x86/ia64: intel-iommu: move to drivers/iommu/ X-Git-Tag: v3.1-rc1~303^2^2~2^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=166e9278a3f98bab29ebb3d685a81cfb11b98be0;p=pandora-kernel.git 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 Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed