commit | 7c7faa11ecf3eec17699ae73fc6e336cbf993081 | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Sun Mar 09 13:33:06 2014 -0700 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Mar 24 14:06:53 2014 +0000 |
tree | 90c0580cad81a195482314f263b6647f8e07e3cc | |
parent | 8bbc4410129c0919e5943012489427c5e050a63e [diff] |
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>