iommu/vt-d: Get rid of domain->iommu_lock
authorJoerg Roedel <jroedel@suse.de>
Wed, 22 Jul 2015 14:50:40 +0000 (16:50 +0200)
committerJoerg Roedel <jroedel@suse.de>
Wed, 12 Aug 2015 14:23:36 +0000 (16:23 +0200)
commit55d940430ab91b89ff5fc7240555544d86475783
treed50c552bcb3f217ef96819fee84300f03f5812f4
parentde7e888646466e6c32cdd41124c0164cfed4abcb
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>
drivers/iommu/intel-iommu.c