Re: [PATCH] cxgb4: use pgprot_writecombine() on powerpc
From: Nishanth Aravamudan <hidden>
Date: 2011-04-15 17:27:36
From: Nishanth Aravamudan <hidden>
Date: 2011-04-15 17:27:36
On 14.03.2011 [15:51:26 -0500], Steve Wise wrote:
On 03/14/2011 03:36 PM, Nishanth Aravamudan wrote:quoted
Commit fe3cc0d99de6a9bf99b6c279a8afb5833888c1f7 ("powerpc: Add pgprot_writecombine") in benh's tree exposes the pgprot_writecombine() API to drivers on powerpc. cxgb4 has an open-coded version of the same, so use the common API now that it's available. Signed-off-by: Nishanth Aravamudan<redacted> Cc: Steve Wise<redacted> Cc: Anton Blanchard<redacted> --- 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 changed, 1 insertions(+), 4 deletions(-)Acked-by: Steve Wise <redacted> I suppose it should go into the same tree with the commit that adds this function.
Ben, I don't think this is in your tree yet, will you be taking it? Thanks, Nish