Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 505
b: refs/heads/master
c: 658b32c
h: refs/heads/master
i:
  503: 206e09a
v: v3
  • Loading branch information
Colin Ngam authored and Tony Luck committed Apr 25, 2005
1 parent 82fc18e commit abdde57
Show file tree
Hide file tree
Showing 2 changed files with 3 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: be539c73b54dcc9f54fb2c2b70e204c93b616c9b
refs/heads/master: 658b32cad9ae087bd34f35a925fd75b76d663d4e
3 changes: 2 additions & 1 deletion trunk/include/asm-ia64/sn/addrs.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@
* the chiplet id is zero. If we implement TIO-TIO dma, we might need
* to insert a chiplet id into this macro. However, it is our belief
* right now that this chiplet id will be ICE, which is also zero.
* Nasid starts on bit 40.
*/
#define PHYS_TO_TIODMA(x) ( (((u64)(x) & NASID_MASK) << 2) | NODE_OFFSET(x))
#define PHYS_TO_TIODMA(x) ( (((u64)(NASID_GET(x))) << 40) | NODE_OFFSET(x))
#define PHYS_TO_DMA(x) ( (((u64)(x) & NASID_MASK) >> 2) | NODE_OFFSET(x))


Expand Down

0 comments on commit abdde57

Please sign in to comment.