Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347500
b: refs/heads/master
c: 954e3dd
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel committed Dec 2, 2012
1 parent 3e744ad commit 6dd12bb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 78bfa9f395f6bbab168b83f69b99659818517b02
refs/heads/master: 954e3dd8308501bb00cae4ed655968282dc65314
4 changes: 3 additions & 1 deletion trunk/drivers/iommu/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@
*
* If at some point we'd like to utilize the IOMMU core's new behavior,
* we could change this to advertise the real page sizes we support.
*
* 512GB Pages are not supported due to a hardware bug
*/
#define AMD_IOMMU_PGSIZES (~0xFFFUL)
#define AMD_IOMMU_PGSIZES ((~0xFFFUL) & ~(2ULL << 38))

static DEFINE_RWLOCK(amd_iommu_devtable_lock);

Expand Down

0 comments on commit 6dd12bb

Please sign in to comment.