git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf74c74
)
IB/mthca: Clean up mthca array index mask
author
Roland Dreier
<rolandd@cisco.com>
Thu, 3 Aug 2006 16:44:22 +0000
(09:44 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Thu, 3 Aug 2006 16:44:22 +0000
(09:44 -0700)
Define a constant MTHCA_ARRAY_MASK to replace repeated uses of
(PAGE_SIZE / sizeof (void *) - 1) in mthca array code.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found