Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes

This commit is contained in:
Joerg Roedel
2009-11-03 12:05:40 +01:00
4 changed files with 30 additions and 3 deletions

View File

@@ -1220,6 +1220,8 @@ static void __detach_device(struct protection_domain *domain, u16 devid)
amd_iommu_dev_table[devid].data[1] = 0;
amd_iommu_dev_table[devid].data[2] = 0;
amd_iommu_apply_erratum_63(devid);
/* decrease reference counter */
domain->dev_cnt -= 1;