Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169211
b: refs/heads/master
c: 2ae8bb7
h: refs/heads/master
i:
  169209: a6bb3a5
  169207: 6cb7159
v: v3
  • Loading branch information
Tejun Heo authored and Ingo Molnar committed Nov 8, 2009
1 parent a3cc1cc commit 9130889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 338bac527ed0e35b4cb50390972f15d3cbce92ca
refs/heads/master: 2ae8bb75db1f3de422eb5898f2a063c46c36dba8
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/pci-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ static __init int iommu_setup(char *p)
if (!strncmp(p, "allowdac", 8))
forbid_dac = 0;
if (!strncmp(p, "nodac", 5))
forbid_dac = -1;
forbid_dac = 1;
if (!strncmp(p, "usedac", 6)) {
forbid_dac = -1;
return 1;
Expand Down

0 comments on commit 9130889

Please sign in to comment.