Add domain_flush_cache
authorWeidong Han <weidong.han@intel.com>
Mon, 8 Dec 2008 15:00:00 +0000 (23:00 +0800)
committerJoerg Roedel <joerg.roedel@amd.com>
Sat, 3 Jan 2009 13:02:18 +0000 (14:02 +0100)
commit5331fe6f5627e06eec7d0dc154a0a3a9c27813c5
tree9546a411d65d6f2abaa1a0506d289f042178656b
parentc7151a8dfefd11108de5b4293af2390962bcff71
Add domain_flush_cache

Because virtual machine domain may have multiple devices from different iommus, it cannot use __iommu_flush_cache.

In some common low level functions, use domain_flush_cache instead of __iommu_flush_cache. On the other hand, in some functions, iommu can is specified or domain cannot be got, still use __iommu_flush_cache

Signed-off-by: Weidong Han <weidong.han@intel.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/pci/intel-iommu.c