x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 3 Sep 2009 13:45:51 +0000 (15:45 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 3 Sep 2009 13:49:56 +0000 (15:49 +0200)
The amd_iommu_pd_table is indexed by protection domain
number and not by device id. So this check is broken and
must be removed.

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

No differences found