commit | c1eee67b2d8464781f5868a34168df61e40e85a6 | [log] [tgz] |
---|---|---|
author | Chris Wright <chrisw@sous-sol.org> | Thu May 21 00:56:58 2009 -0700 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Thu May 28 18:06:54 2009 +0200 |
tree | 1be2221e6a157c59f6f8f01a9e01336cfc28ba50 | |
parent | 0bc252f430d6a3ac7836d40f00d0ae020593b11b [diff] |
amd iommu: properly detach from protection domain on ->remove Some drivers may use the dma api during ->remove which will cause a protection domain to get reattached to a device. Delay the detach until after the driver is completely unbound. [ joro: added a little merge helper ] [ Impact: fix too early device<->domain removal ] Signed-off-by: Chris Wright <chrisw@redhat.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>