commit | 55d940430ab91b89ff5fc7240555544d86475783 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Wed Jul 22 16:50:40 2015 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Wed Aug 12 16:23:36 2015 +0200 |
tree | d50c552bcb3f217ef96819fee84300f03f5812f4 | |
parent | de7e888646466e6c32cdd41124c0164cfed4abcb [diff] |
iommu/vt-d: Get rid of domain->iommu_lock When this lock is held the device_domain_lock is also required to make sure the device_domain_info does not vanish while in use. So this lock can be removed as it gives no additional protection. Signed-off-by: Joerg Roedel <jroedel@suse.de>