RDS/IW: Remove page_shift variable from iwarp transport
authorAndy Grover <andy.grover@oracle.com>
Fri, 17 Jul 2009 13:13:34 +0000 (13:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2009 15:03:14 +0000 (08:03 -0700)
The existing code treated page_shift as a variable, when in fact we
always want to have the fastreg page size be the same as the arch's
page size -- and it is, so this doesn't need to be a variable.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found