Re: [PATCH v3 2/3] IB/qib: use arch_phys_wc_add()
From: Jason Gunthorpe <hidden>
Date: 2015-04-21 20:58:21
Also in:
cocci, linux-rdma, lkml, xen-devel
From: Jason Gunthorpe <hidden>
Date: 2015-04-21 20:58:21
Also in:
cocci, linux-rdma, lkml, xen-devel
On Tue, Apr 21, 2015 at 01:37:55PM -0700, Luis R. Rodriguez wrote:
From: "Luis R. Rodriguez" <redacted> This driver already makes use of ioremap_wc() on PIO buffers, so convert it to use arch_phys_wc_add().
This is probably OK, but I think you should also remove the qib_wc_pat module parameter. Jason