Re: [PATCH 03/43] target/ppc/mmu_common.c: Remove single use local variable

2024-07-03 Thread Nicholas Piggin
On Mon May 27, 2024 at 9:12 AM AEST, BALATON Zoltan wrote: > The ptem variable in ppc6xx_tlb_pte_check() is used only once, > simplify by removing it as the value is already clear itself without > adding a local name for it. > > Signed-off-by: BALATON Zoltan Reviewed-by: Nicholas Piggin > --- >

[PATCH 03/43] target/ppc/mmu_common.c: Remove single use local variable

2024-05-26 Thread BALATON Zoltan
The ptem variable in ppc6xx_tlb_pte_check() is used only once, simplify by removing it as the value is already clear itself without adding a local name for it. Signed-off-by: BALATON Zoltan --- target/ppc/mmu_common.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/target/