iommu/core: Convert iommu_found to iommu_present
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 6 Sep 2011 16:46:34 +0000 (18:46 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 21 Oct 2011 12:37:20 +0000 (14:37 +0200)
commita1b60c1cd913c5ccfb38c717ba0bd22622425fa7
tree74e5c1e847262ba3c42fb3b0396a3e781c168b6e
parent905d66c1e5dc8149e111f04a32bb193f25da1d53
iommu/core: Convert iommu_found to iommu_present

With per-bus iommu_ops the iommu_found function needs to
work on a bus_type too. This patch adds a bus_type parameter
to that function and converts all call-places.
The function is also renamed to iommu_present because the
function now checks if an iommu is present for a given bus
and does not check for a global iommu anymore.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/ia64/kvm/kvm-ia64.c
arch/x86/kvm/x86.c
drivers/iommu/iommu.c
include/linux/iommu.h
virt/kvm/iommu.c