From: Joerg Roedel Date: Mon, 30 May 2011 13:56:24 +0000 (+0200) Subject: x86/amd-iommu: Use only per-device dma_ops X-Git-Tag: v3.0-rc3~39^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27c2127a15d340706c0aa84e311188a14468d841;p=pandora-kernel.git x86/amd-iommu: Use only per-device dma_ops Unfortunatly there are systems where the AMD IOMMU does not cover all devices. This breaks with the current driver as it initializes the global dma_ops variable. This patch limits the AMD IOMMU to the devices listed in the IVRS table fixing DMA for devices not covered by the IOMMU. Cc: stable@kernel.org Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed