On Fri, 2016-29-04 at 13:25:24 UTC, Michael Ellerman wrote:
From: "Aneesh Kumar K.V" <redacted>
The driver was requesting for a writethrough mapping. But with those
flags we will end up with an SAO mapping because we now have memory
conherence always enabled. ie, the existing mapping will end up with a
WIMG value 0b1110 which is Strong Access Order.
Update this to use cache inhibitted guarded mapping.
Cc: Doug Ledford <redacted>
Cc: Sean Hefty <redacted>
Cc: Hal Rosenstock <redacted>
Cc: linux-rdma@vger.kernel.org
Signed-off-by: Aneesh Kumar K.V <redacted>
Acked-by: Mike Marciniszyn <redacted>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Applied to powerpc next.
https://git.kernel.org/powerpc/c/8ffb4103f5e28d7e7890ed4774
cheers