Re: [PATCH] powerpc/mm/radix: Do slb preload only with hash translation mode

2019-04-09 Thread Nicholas Piggin
Aneesh Kumar K.V's on April 9, 2019 2:03 pm: > Add radix_enabled check to avoid slb preload with radix translation. > > Signed-off-by: Aneesh Kumar K.V Acked-by: Nicholas Piggin > --- > > Without this we result in kernel crash as we move hash related variables > out of mm_context_t > > arch

[PATCH] powerpc/mm/radix: Do slb preload only with hash translation mode

2019-04-08 Thread Aneesh Kumar K.V
Add radix_enabled check to avoid slb preload with radix translation. Signed-off-by: Aneesh Kumar K.V --- Without this we result in kernel crash as we move hash related variables out of mm_context_t arch/powerpc/kernel/process.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --gi