commit | e1d60ec6699f19b760df8261e922ae236ea7bb31 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rdreier@cisco.com> | Mon Mar 30 08:31:05 2009 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Mar 30 08:31:05 2009 -0700 |
tree | 6a28185f550d78bf36cf5b7e7d411f204d0a2ad1 | |
parent | 5d80f8e5a9dc9c9a94d4aeaa567e219a808b8a4a [diff] |
IB/mlx4: Use pgprot_writecombine() for BlueFlame pages 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>