Re: [PATCH v2] powerpc/8xx: Simplify TLB handling

From: Michael Ellerman
Date: Tue Nov 02 2021 - 07:38:58 EST


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