commit | 69e9fbb460fa8766428960439841ffcf565032c1 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Thu Aug 03 09:44:22 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Thu Aug 03 09:44:22 2006 -0700 |
tree | 95d3e8f4947a438b9b7513d56b1ea622bcbe095d | |
parent | bf74c7479ef47652005a2418eeb0d867451690da [diff] |
IB/mthca: Clean up mthca array index mask 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>