x86/amd-iommu: Cleanup completion-wait handling
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 6 Apr 2011 15:26:49 +0000 (17:26 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 7 Apr 2011 08:46:00 +0000 (10:46 +0200)
This patch cleans up the implementation of completion-wait
command sending. It also switches the completion indicator
from the MMIO bit to a memory store which can be checked
without IOMMU locking.
As a side effect this patch makes the __iommu_queue_command
function obsolete and so it is removed too.

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

No differences found