amd-iommu: resume cleanup
authorChris Wright <chrisw@sous-sol.org>
Tue, 16 Jun 2009 07:01:37 +0000 (03:01 -0400)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 16 Jun 2009 08:19:16 +0000 (10:19 +0200)
Now that enable_iommus() will call iommu_disable() for each iommu,
the call to disable_iommus() during resume is redundant.  Also, the order
for an invalidation is to invalidate device table entries first, then
domain translations.

Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

No differences found