Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334816
b: refs/heads/master
c: d0078e7
h: refs/heads/master
v: v3
  • Loading branch information
Hiro Sugawara authored and Joerg Roedel committed Oct 24, 2012
1 parent d9e8f5d commit c37cab6
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: c2ff5cf5294bcbd7fa50f7d860e90a66db7e5059
refs/heads/master: d0078e72314df2e5ede03f2102cddde06767c374
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/tegra-smmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ enum {

#define SMMU_ADDR_TO_PFN(addr) ((addr) >> 12)
#define SMMU_ADDR_TO_PDN(addr) ((addr) >> 22)
#define SMMU_PDN_TO_ADDR(addr) ((pdn) << 22)
#define SMMU_PDN_TO_ADDR(pdn) ((pdn) << 22)

#define _READABLE (1 << SMMU_PTB_DATA_ASID_READABLE_SHIFT)
#define _WRITABLE (1 << SMMU_PTB_DATA_ASID_WRITABLE_SHIFT)
Expand Down

0 comments on commit c37cab6

Please sign in to comment.