Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205213
b: refs/heads/master
c: 80a506b
h: refs/heads/master
i:
  205211: 9111201
v: v3
  • Loading branch information
Joerg Roedel committed Jul 27, 2010
1 parent 7414be4 commit c477968
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: 6c54aabd5e687092557f4881ce2d4013b971f293
refs/heads/master: 80a506b8fdcfa868bb53eb740f928217d0966fc1
5 changes: 5 additions & 0 deletions trunk/arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2572,6 +2572,11 @@ static phys_addr_t amd_iommu_iova_to_phys(struct iommu_domain *dom,
static int amd_iommu_domain_has_cap(struct iommu_domain *domain,
unsigned long cap)
{
switch (cap) {
case IOMMU_CAP_CACHE_COHERENCY:
return 1;
}

return 0;
}

Expand Down

0 comments on commit c477968

Please sign in to comment.