]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/8xx: Remove PTE_ATOMIC_UPDATES
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 29 Nov 2018 14:06:49 +0000 (14:06 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 4 Dec 2018 08:45:01 +0000 (19:45 +1100)
commit89fcd7b104e1d05e9361779b793842fb01ad2fde
tree8b535ed2eb6db53ac8c4b026c4a8825553974565
parent784b580e3c37793f07f08bec2bb7d97fd666998f
powerpc/8xx: Remove PTE_ATOMIC_UPDATES

commit 3e25fa6c5e54b ("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 715b957a21e8d ("powerpc/8xx: Update TLB asm so it behaves as
linux mm expects") removed all PTE updates done in TLB miss handlers

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

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/nohash/32/pte-8xx.h