commit | 8d3ef29d6be1e750512e0a9dbea6225290b81d0a | [log] [tgz] |
---|---|---|
author | Ishai Rabinovitz <ishai@mellanox.co.il> | Wed Mar 01 22:33:11 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Mar 20 10:08:19 2006 -0800 |
tree | 9384d9275d5122574665db18b5196f9c9a96d7ac | |
parent | 67e7377661db4e341ed5e9a0358d11a55e532aa8 [diff] |
IB/mthca: Use an enum for HCA page size Use a named enum for the HCA's internal page size, rather than having magic values of 4096 and shifts by 12 all over the code. Also, fix one minor bug in EQ handling: only one HCA page is mapped to the HCA during initialization, but a full kernel page is unmapped during cleanup. This might cause problems when PAGE_SIZE != 4096. Signed-off-by: Ishai Rabinovitz <ishai@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>