commit | 9e919012e33c481991e46aa4cb13d807cd47b798 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Dec 10 20:05:52 2008 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Sat Jan 03 14:11:54 2009 +0100 |
tree | cba1c652c818ed0618c265a5e969a37707ce8fe2 | |
parent | 237b6f33291394c337ae84e2d3782d5605803af2 [diff] |
AMD IOMMU: don't remove protection domain from iommu_pd_list 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>