Re: [PATCH v2 28/28] target/ppc: Split off common 4xx TLB init

2024-05-07 Thread Nicholas Piggin
On Thu May 2, 2024 at 9:43 AM AEST, BALATON Zoltan wrote: > Several 4xx related CPUs have the same TLB settings. Split it off in a > common function in cpu_init. > > Signed-off-by: BALATON Zoltan > --- > target/ppc/cpu_init.c | 46 --- > 1 file changed, 17

[PATCH v2 28/28] target/ppc: Split off common 4xx TLB init

2024-05-01 Thread BALATON Zoltan
Several 4xx related CPUs have the same TLB settings. Split it off in a common function in cpu_init. Signed-off-by: BALATON Zoltan --- target/ppc/cpu_init.c | 46 --- 1 file changed, 17 insertions(+), 29 deletions(-) diff --git a/target/ppc/cpu_init.c b/ta