AMD IOMMU: don't remove protection domain from iommu_pd_list
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 10 Dec 2008 19:05:52 +0000 (20:05 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Sat, 3 Jan 2009 13:11:54 +0000 (14:11 +0100)
Impact: save unneeded logic to add and remove domains to the list

The removal of a protection domain from the iommu_pd_list is not
necessary. Another benefit is that we save complexity because we don't
have to readd it later when the device no longer uses the domain.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

No differences found