Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252971
b: refs/heads/master
c: 70e535d
h: refs/heads/master
i:
  252969: b531c07
  252967: 7f75740
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jun 1, 2011
1 parent 51c7f33 commit c569f63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8519dc4401ddf8a5399f979870bbeeadbc111186
refs/heads/master: 70e535d1e5d1e4317e894d6228b762cf9c3fbc6a
4 changes: 2 additions & 2 deletions trunk/drivers/pci/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,7 @@ static inline int iommu_prepare_rmrr_dev(struct dmar_rmrr_unit *rmrr,
if (pdev->dev.archdata.iommu == DUMMY_DEVICE_DOMAIN_INFO)
return 0;
return iommu_prepare_identity_map(pdev, rmrr->base_address,
rmrr->end_address + 1);
rmrr->end_address);
}

#ifdef CONFIG_DMAR_FLOPPY_WA
Expand All @@ -2161,7 +2161,7 @@ static inline void iommu_prepare_isa(void)
return;

printk(KERN_INFO "IOMMU: Prepare 0-16MiB unity mapping for LPC\n");
ret = iommu_prepare_identity_map(pdev, 0, 16*1024*1024);
ret = iommu_prepare_identity_map(pdev, 0, 16*1024*1024 - 1);

if (ret)
printk(KERN_ERR "IOMMU: Failed to create 0-16MiB identity map; "
Expand Down

0 comments on commit c569f63

Please sign in to comment.