On Fri, 17 Sep 2021 15:57:12 +0200, Christophe Leroy wrote:
In the old days, TLB handling for 8xx was using tlbie and tlbia
instructions directly as much as possible.
But commit f048aace29e0 ("powerpc/mm: Add SMP support to no-hash
TLB handling") broke that by introducing out-of-line unnecessary
complex functions for booke/smp which don't have tlbie/tlbia
instructions and require more complex handling.
[...]
Applied to powerpc/next.
[1/1] powerpc/8xx: Simplify TLB handling
https://git.kernel.org/powerpc/c/63f501e07a8557bc8ab79d17ef76ae21df1e395d
cheers