Re: [PATCH 20/43] target/ppc/mmu_common.c: Init variable in function that relies on it

2024-07-03 Thread Nicholas Piggin
On Mon May 27, 2024 at 9:12 AM AEST, BALATON Zoltan wrote: > The ppc6xx_tlb_check() relies on the caller to initialise raddr field > in ctx. Move this init from the only caller into the function. Reviewed-by: Nicholas Piggin > > Signed-off-by: BALATON Zoltan > --- > target/ppc/mmu_common.c | 4

[PATCH 20/43] target/ppc/mmu_common.c: Init variable in function that relies on it

2024-05-26 Thread BALATON Zoltan
The ppc6xx_tlb_check() relies on the caller to initialise raddr field in ctx. Move this init from the only caller into the function. Signed-off-by: BALATON Zoltan --- target/ppc/mmu_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/ppc/mmu_common.c b/target/