Re: [PATCH v4 19/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()

2024-05-09 Thread Nicholas Piggin
On Thu May 9, 2024 at 9:36 AM AEST, BALATON Zoltan wrote: > mmu40x_get_physical_address() only uses the raddr and prot fields from > mmu_ctx_t. Pass these directly instead of using a ctx struct. > > Signed-off-by: BALATON Zoltan > --- > target/ppc/mmu_common.c | 38

[PATCH v4 19/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()

2024-05-08 Thread BALATON Zoltan
mmu40x_get_physical_address() only uses the raddr and prot fields from mmu_ctx_t. Pass these directly instead of using a ctx struct. Signed-off-by: BALATON Zoltan --- target/ppc/mmu_common.c | 38 -- 1 file changed, 16 insertions(+), 22 deletions(-) diff