iommu/amd: Make sure iommu->need_sync contains correct value
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 2 Sep 2011 12:10:32 +0000 (14:10 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 2 Sep 2011 12:10:32 +0000 (14:10 +0200)
The value is only set to true but never set back to false,
which causes to many completion-wait commands to be sent to
hardware. Fix it with this patch.

Cc: stable@kernel.org
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

No differences found