diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-11-03 16:54:14 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-03 16:54:14 +0100 |
commit | 1d87cff407ceddf0bc4e825949a4b1bf645418bd (patch) | |
tree | fc099ab5881ac0822ecec83e3684cf3686715730 /arch/x86/kernel/amd_iommu.c | |
parent | 05154752cf3767c544b65b5e340793d40b3f1229 (diff) | |
parent | 342688f9db392ec82ab9e6b25a6137f9ee1647d7 (diff) | |
download | talos-obmc-linux-1d87cff407ceddf0bc4e825949a4b1bf645418bd.tar.gz talos-obmc-linux-1d87cff407ceddf0bc4e825949a4b1bf645418bd.zip |
Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent
Diffstat (limited to 'arch/x86/kernel/amd_iommu.c')
-rw-r--r-- | arch/x86/kernel/amd_iommu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c index 98f230f6a28d..0285521e0a99 100644 --- a/arch/x86/kernel/amd_iommu.c +++ b/arch/x86/kernel/amd_iommu.c @@ -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; |