Re: [PATCH 04/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 ptev variable in ppc6xx_tlb_pte_check() is used only once and just > obfuscates an otherwise clear value. Get rid of it. > > Signed-off-by: BALATON Zoltan Reviewed-by: Nicholas Piggin > --- > target/ppc/mmu_common.c | 5 ++--- >

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

2024-05-26 Thread BALATON Zoltan
The ptev variable in ppc6xx_tlb_pte_check() is used only once and just obfuscates an otherwise clear value. Get rid of it. Signed-off-by: BALATON Zoltan --- target/ppc/mmu_common.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/target/ppc/mmu_common.c b/target/ppc/mmu_c