Re: powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask

2017-02-09 Thread Michael Ellerman
On Mon, 2017-02-06 at 18:39:27 UTC, "Aneesh Kumar K.V" wrote: > Without this we will always find the feature disabled > > Fixes: 984d7a1ec6 ("powerpc/mm: Fixup kernel read only mapping") > Signed-off-by: Aneesh Kumar K.V > Acked-by: Balbir Singh

Re: [PATCH] powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask

2017-02-06 Thread Balbir Singh
On Tue, Feb 07, 2017 at 12:09:27AM +0530, Aneesh Kumar K.V wrote: > Without this we will always find the feature disabled > > Fixes: 984d7a1ec6 ("powerpc/mm: Fixup kernel read only mapping") > Signed-off-by: Aneesh Kumar K.V > --- >

[PATCH] powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask

2017-02-06 Thread Aneesh Kumar K.V
Without this we will always find the feature disabled Fixes: 984d7a1ec6 ("powerpc/mm: Fixup kernel read only mapping") Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/mmu.h | 1 + 1 file changed, 1 insertion(+) diff --git