[patch 15/50] IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4G

2007-01-05 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Roland Dreier <[EMAIL PROTECTED]> struct srp_device.fmr_page_mask was unsigned long, which means that the top part of addresses above 4G was being chopped off on 32-bit architectures. Of course

[patch 15/50] IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4G

2007-01-05 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Roland Dreier [EMAIL PROTECTED] struct srp_device.fmr_page_mask was unsigned long, which means that the top part of addresses above 4G was being chopped off on 32-bit architectures. Of course