Re: [PATCH] powerpc/8xx: Remove left-over instruction and comments in DataStoreTLBMiss handler
From: Madhavan Srinivasan <maddy@linux.ibm.com>
Date: 2025-09-22 05:44:10
Also in:
lkml
From: Madhavan Srinivasan <maddy@linux.ibm.com>
Date: 2025-09-22 05:44:10
Also in:
lkml
On Sat, 16 Aug 2025 18:33:26 +0200, Christophe Leroy wrote:
Commit ac9f97ff8b32 ("powerpc/8xx: Inconditionally use task PGDIR in
DTLB misses") removed the test that needed the valeur in SPRN_EPN but
failed to remove the read.
Remove it.
And remove related comments, including the very same comment
in InstructionTLBMiss that should have been removed by
commit 33c527522f39 ("powerpc/8xx: Inconditionally use task PGDIR in
ITLB misses").
[...]
Applied to powerpc/next.
[1/1] powerpc/8xx: Remove left-over instruction and comments in DataStoreTLBMiss handler
https://git.kernel.org/powerpc/c/d9e46de4bf5c5f987075afd5f240bb2a8a5d71ed
Thanks