iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info()
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 9 Mar 2014 20:33:06 +0000 (13:33 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 24 Mar 2014 14:06:53 +0000 (14:06 +0000)
commit7c7faa11ecf3eec17699ae73fc6e336cbf993081
tree90c0580cad81a195482314f263b6647f8e07e3cc
parent8bbc4410129c0919e5943012489427c5e050a63e
iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info()

This was problematic because it works by domain/bus/devfn and we want
to make device_to_iommu() use only a struct device * (for handling non-PCI
devices). Now that the iommu pointer is reliably stored in the
device_domain_info, we don't need to look it up.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/iommu/intel-iommu.c
This page took 0.034285 seconds and 5 git commands to generate.