Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99631
b: refs/heads/master
c: a69ca34
h: refs/heads/master
i:
  99629: 63ad62c
  99627: 8a5016f
  99623: e10fb96
  99615: c032873
v: v3
  • Loading branch information
Joerg Roedel authored and Ingo Molnar committed Jun 27, 2008
1 parent fcaa8b1 commit aac5263
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8736197ba8e40d030eec0ab7a9e9f2be41810c4e
refs/heads/master: a69ca3401821b7312cb7ec939a8814240fd7b9b3
5 changes: 5 additions & 0 deletions trunk/arch/x86/kernel/pci-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <asm/dma.h>
#include <asm/gart.h>
#include <asm/calgary.h>
#include <asm/amd_iommu.h>

int forbid_dac __read_mostly;
EXPORT_SYMBOL(forbid_dac);
Expand Down Expand Up @@ -122,6 +123,8 @@ void __init pci_iommu_alloc(void)

detect_intel_iommu();

amd_iommu_detect();

#ifdef CONFIG_SWIOTLB
pci_swiotlb_init();
#endif
Expand Down Expand Up @@ -502,6 +505,8 @@ static int __init pci_iommu_init(void)

intel_iommu_init();

amd_iommu_init();

#ifdef CONFIG_GART_IOMMU
gart_iommu_init();
#endif
Expand Down

0 comments on commit aac5263

Please sign in to comment.