Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321443
b: refs/heads/master
c: 1adb7d3
h: refs/heads/master
i:
  321441: a72dd72
  321439: 74c2f87
v: v3
  • Loading branch information
Joerg Roedel committed Aug 6, 2012
1 parent a8e92d6 commit aa68797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb51637b6ec73ff5f8eaca57658a9945aa7bd45f
refs/heads/master: 1adb7d31b051cd97fbb75c46772b00c13ec29c9e
6 changes: 3 additions & 3 deletions trunk/drivers/iommu/amd_iommu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,9 +1131,6 @@ static int __init amd_iommu_init_pci(void)
break;
}

/* Make sure ACS will be enabled */
pci_request_acs();

ret = amd_iommu_init_devices();

print_iommu_info();
Expand Down Expand Up @@ -1652,6 +1649,9 @@ static bool detect_ivrs(void)

early_acpi_os_unmap_memory((char __iomem *)ivrs_base, ivrs_size);

/* Make sure ACS will be enabled during PCI probe */
pci_request_acs();

return true;
}

Expand Down

0 comments on commit aa68797

Please sign in to comment.