Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165415
b: refs/heads/master
c: cfc65dd
h: refs/heads/master
i:
  165413: 42ecd05
  165411: 8941d59
  165407: 1c8b3f4
v: v3
  • Loading branch information
Alex Williamson authored and David Woodhouse committed Aug 3, 2009
1 parent 23d63cd commit ea239c9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 86f4d0123b1fddb47d35b9a893f8c0b94bf89abe
refs/heads/master: cfc65dd57967f2e0c7b3a8b73e6d12470b1cf1c1
4 changes: 1 addition & 3 deletions trunk/arch/x86/kernel/pci-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,8 @@ static __init int iommu_setup(char *p)
if (!strncmp(p, "soft", 4))
swiotlb = 1;
#endif
if (!strncmp(p, "pt", 2)) {
if (!strncmp(p, "pt", 2))
iommu_pass_through = 1;
return 1;
}

gart_parse_options(p);

Expand Down

0 comments on commit ea239c9

Please sign in to comment.