Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212239
b: refs/heads/master
c: 5cb3a26
h: refs/heads/master
i:
  212237: 7f8e34b
  212235: 838ef67
  212231: 7b3c4a2
  212223: c6deadd
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk authored and H. Peter Anvin committed Aug 26, 2010
1 parent 1ecc2a1 commit af56e4b
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: c116c5457c46edb767df6f4e36d4905e3514ad37
refs/heads/master: 5cb3a267939a223eb84692d229569d2ef493d7ca
5 changes: 5 additions & 0 deletions trunk/arch/x86/xen/pci-swiotlb-xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <asm/xen/hypervisor.h>
#include <xen/xen.h>
#include <asm/iommu_table.h>

int xen_swiotlb __read_mostly;

Expand Down Expand Up @@ -56,3 +57,7 @@ void __init pci_xen_swiotlb_init(void)
dma_ops = &xen_swiotlb_dma_ops;
}
}
IOMMU_INIT_FINISH(pci_xen_swiotlb_detect,
0,
pci_xen_swiotlb_init,
0);

0 comments on commit af56e4b

Please sign in to comment.