Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145917
b: refs/heads/master
c: f5e9705
h: refs/heads/master
i:
  145915: 28b0a51
v: v3
  • Loading branch information
Joerg Roedel committed May 28, 2009
1 parent d516297 commit 11a4df9
Show file tree
Hide file tree
Showing 2 changed files with 5 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: fe16f088a88fb73161bba8784375c829f7e87b54
refs/heads/master: f5e9705c6429d24dee832b2edd7f4848d432ea03
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,10 @@ static int alloc_new_range(struct amd_iommu *iommu,
int index = dma_dom->aperture_size >> APERTURE_RANGE_SHIFT;
int i;

#ifdef CONFIG_IOMMU_STRESS
populate = false;
#endif

if (index >= APERTURE_MAX_RANGES)
return -ENOMEM;

Expand Down

0 comments on commit 11a4df9

Please sign in to comment.