Re: [PATCH] powerpc/book3e: Fix TLBCAM preset at boot

2021-11-17 Thread Michael Ellerman
On Mon, 15 Nov 2021 10:05:32 +0100, Christophe Leroy wrote: > Commit 52bda69ae8b5 ("powerpc/fsl_booke: Tell map_mem_in_cams() if > init is done") was supposed to just add an additional parameter to > map_mem_in_cams() and always set it to 'true' at that time. > > But a few call sites were messed

Re: [PATCH] powerpc/book3e: Fix TLBCAM preset at boot

2021-11-15 Thread Christian Zigotzky
On 15 November 2021 at 10:05 am, Christophe Leroy wrote: Commit 52bda69ae8b5 ("powerpc/fsl_booke: Tell map_mem_in_cams() if init is done") was supposed to just add an additional parameter to map_mem_in_cams() and always set it to 'true' at that time. But a few call sites were messed up. Fix

[PATCH] powerpc/book3e: Fix TLBCAM preset at boot

2021-11-15 Thread Christophe Leroy
Commit 52bda69ae8b5 ("powerpc/fsl_booke: Tell map_mem_in_cams() if init is done") was supposed to just add an additional parameter to map_mem_in_cams() and always set it to 'true' at that time. But a few call sites were messed up. Fix them. Reported-by: Christian Zigotzky Fixes: 52bda69ae8b5