diff options
author | Dean Nelson <dcn@sgi.com> | 2008-07-30 01:34:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-30 12:41:50 -0400 |
commit | ee6665e3b6e1283c30ae240732af1345bc02154e (patch) | |
tree | 91fbfb2a4cab26e3979df44a9bdcd6851efc9c50 /drivers/misc/sgi-xp/xp.h | |
parent | a7b4d509205db5e9cd3ffc77b306d7b10fe6a34d (diff) |
sgi-xp: isolate remote copy buffer to sn2 only
Make the remote copy buffer an sn2 only item.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/sgi-xp/xp.h')
-rw-r--r-- | drivers/misc/sgi-xp/xp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/misc/sgi-xp/xp.h b/drivers/misc/sgi-xp/xp.h index 43bf2470850e..955b5b913235 100644 --- a/drivers/misc/sgi-xp/xp.h +++ b/drivers/misc/sgi-xp/xp.h | |||
@@ -61,16 +61,6 @@ | |||
61 | #define XP_MAX_NPARTITIONS_UV 256 | 61 | #define XP_MAX_NPARTITIONS_UV 256 |
62 | 62 | ||
63 | /* | 63 | /* |
64 | * Define the number of u64s required to represent all the C-brick nasids | ||
65 | * as a bitmap. The cross-partition kernel modules deal only with | ||
66 | * C-brick nasids, thus the need for bitmaps which don't account for | ||
67 | * odd-numbered (non C-brick) nasids. | ||
68 | */ | ||
69 | #define XP_MAX_PHYSNODE_ID (MAX_NUMALINK_NODES / 2) | ||
70 | #define XP_NASID_MASK_BYTES ((XP_MAX_PHYSNODE_ID + 7) / 8) | ||
71 | #define XP_NASID_MASK_WORDS ((XP_MAX_PHYSNODE_ID + 63) / 64) | ||
72 | |||
73 | /* | ||
74 | * XPC establishes channel connections between the local partition and any | 64 | * XPC establishes channel connections between the local partition and any |
75 | * other partition that is currently up. Over these channels, kernel-level | 65 | * other partition that is currently up. Over these channels, kernel-level |
76 | * `users' can communicate with their counterparts on the other partitions. | 66 | * `users' can communicate with their counterparts on the other partitions. |