Re: [PATCH] powerpc/32s: Make pte_update() non atomic on 603 core

2022-02-14 Thread Michael Ellerman
On Sun, 30 Jan 2022 10:29:34 +, Christophe Leroy wrote: > On 603 core, TLB miss handler don't do any change to the > page tables so pte_update() doesn't need to be atomic. > > Applied to powerpc/next. [1/1] powerpc/32s: Make pte_update() non atomic on 603 core https://git.kernel.org/p

[PATCH] powerpc/32s: Make pte_update() non atomic on 603 core

2022-01-30 Thread Christophe Leroy
On 603 core, TLB miss handler don't do any change to the page tables so pte_update() doesn't need to be atomic. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/book3s/32/pgtable.h | 37 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/arch/powerpc