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)
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

Simple merge