Re: [PATCH] powerpc/fsl-booke: Get coherent bit from PTE

2010-03-18 Thread Micha Nelissen
Kumar Gala wrote: We shouldn't be always setting 'M' in the TLB entry since its reasonable for somethings to be mapped non-coherent. The PTE should have 'M' set properly. properly = not at all? AFAICS the patch only removes the setting of the bit; so where is that 'M' bit set then? Micha __

Re: [PATCH] powerpc/fsl-booke: Get coherent bit from PTE

2010-03-18 Thread Kumar Gala
On Mar 18, 2010, at 2:02 AM, Micha Nelissen wrote: > Kumar Gala wrote: >> We shouldn't be always setting 'M' in the TLB entry since its reasonable >> for somethings to be mapped non-coherent. The PTE should have 'M' set >> properly. > > properly = not at all? AFAICS the patch only removes the s

[PATCH] powerpc/fsl-booke: Get coherent bit from PTE

2010-03-16 Thread Kumar Gala
We shouldn't be always setting 'M' in the TLB entry since its reasonable for somethings to be mapped non-coherent. The PTE should have 'M' set properly. Signed-off-by: Kumar Gala --- arch/powerpc/kernel/head_fsl_booke.S |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/