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

2024-07-03 Thread Nicholas Piggin
On Mon May 27, 2024 at 9:12 AM AEST, BALATON Zoltan wrote: > In ppc6xx_tlb_pte_check() the pteh variable is used only once to > compare to the h parameter of the function. Inline its value and use > pteh name for the function parameter which is more descriptive. > > Signed-off-by: BALATON Zoltan

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

2024-05-26 Thread BALATON Zoltan
In ppc6xx_tlb_pte_check() the pteh variable is used only once to compare to the h parameter of the function. Inline its value and use pteh name for the function parameter which is more descriptive. Signed-off-by: BALATON Zoltan --- target/ppc/mmu_common.c | 7 +++ 1 file changed, 3 insertion