Re: [PATCH 12/17] powerpc/8xx: Remove PTE_ATOMIC_UPDATES

From: Joakim Tjernlund
Date: Fri May 04 2018 - 09:16:56 EST


On Fri, 2018-05-04 at 14:34 +0200, Christophe Leroy wrote:
> CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
>
> commit 1bc54c03117b9 ("powerpc: rework 4xx PTE access and TLB miss")
> introduced non atomic PTE updates and started the work of removing
> PTE updates in TLB miss handlers, but kept PTE_ATOMIC_UPDATES for the
> 8xx with the following comment:
> /* Until my rework is finished, 8xx still needs atomic PTE updates */
>
> commit fe11dc3f9628e ("powerpc/8xx: Update TLB asm so it behaves as linux
> mm expects") removed all PTE updates done in TLB miss handlers

Is that my 7 year old commit ?

>
> Therefore, atomic PTE updates are not needed anymore for the 8xx

About time removing atomic updates then :)

>
> Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxx>
>