| commit | e0faf54ee82bf9c07f0307b4391caad4020bd659 | [log] [tgz] |
|---|---|---|
| author | Joerg Roedel <joerg.roedel@amd.com> | Thu Sep 03 15:45:51 2009 +0200 |
| committer | Joerg Roedel <joerg.roedel@amd.com> | Thu Sep 03 15:49:56 2009 +0200 |
| tree | e3091b489ad6ea4cba855f975cb4d46526e69cdf | |
| parent | ae908c22aa2b9f7d4b41bd02d14e473f79c22dd3 [diff] |
x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices 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>