IB/mlx4: Use pgprot_writecombine() for BlueFlame pages
authorRoland Dreier <rdreier@cisco.com>
Mon, 30 Mar 2009 15:31:05 +0000 (08:31 -0700)
committerRoland Dreier <rolandd@cisco.com>
Mon, 30 Mar 2009 15:31:05 +0000 (08:31 -0700)
The PAT work on x86 has finally made pgprot_writecombine() a usable API
for modular drivers.  As the comment indicates, this is exactly what we
want to use in mlx4_ib to map BlueFlame pages up to userspace, since
using WC for these pages improves small message latency significantly.

Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found