Re: [v3, 01/70] IB/qib: Use cache inhibitted and guarded mapping on powerpc

2016-05-01 Thread Michael Ellerman
On Fri, 2016-29-04 at 13:25:24 UTC, Michael Ellerman wrote: > From: "Aneesh Kumar K.V" > > 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 w

[PATCH v3 01/70] IB/qib: Use cache inhibitted and guarded mapping on powerpc

2016-04-29 Thread Michael Ellerman
From: "Aneesh Kumar K.V" 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