Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / drivers / iommu / amd_iommu.c
index a803690..94e8fc4 100644 (file)
@@ -2772,6 +2772,7 @@ static int amd_iommu_unmap(struct iommu_domain *dom, unsigned long iova,
        mutex_unlock(&domain->api_lock);
 
        domain_flush_tlb_pde(domain);
+       domain_flush_complete(domain);
 
        return get_order(unmap_size);
 }