Re: [PATCH 23/43] target/ppc/mmu_common.c: Rename function parameter

2024-07-03 Thread Nicholas Piggin
On Mon May 27, 2024 at 9:12 AM AEST, BALATON Zoltan wrote: > Rename parameter of get_bat_6xx_tlb() from virtual to eaddr to match > other functions. Reviewed-by: Nicholas Piggin > > Signed-off-by: BALATON Zoltan > --- > target/ppc/mmu_common.c | 18 +- > 1 file changed, 9 inser

[PATCH 23/43] target/ppc/mmu_common.c: Rename function parameter

2024-05-26 Thread BALATON Zoltan
Rename parameter of get_bat_6xx_tlb() from virtual to eaddr to match other functions. Signed-off-by: BALATON Zoltan --- target/ppc/mmu_common.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/target/ppc/mmu_common.c b/target/ppc/mmu_common.c index ede409eb9