Re: [PATCH] cxgb4: use pgprot_writecombine() on powerpc

2011-03-14 Thread Steve Wise
I now that it's available. Signed-off-by: Nishanth Aravamudan Cc: Steve Wise Cc: Anton Blanchard --- Given that this depends on a patch in Ben's tree, should this go in via the powerpc tree? Presuming Steve acks it, of course. drivers/infiniband/hw/cxgb4/t4.h |5 + 1 files ch

Re: [PATCH] powerpc: Add pgprot_writecombine

2011-03-14 Thread Steve Wise
On 03/14/2011 01:33 PM, Nishanth Aravamudan wrote: On 01.03.2011 [17:00:47 +1100], Anton Blanchard wrote: A number of drivers are using pgprot_writecombine() to enable write combining on userspace mappings. Implement it on powerpc. Given this patch, should drivers/infiniband/hw/cxgb4/t4.h be