Re: [PATCH 24/43] target/ppc/mmu_common.c: Use defines instead of numeric constants

2024-07-03 Thread Nicholas Piggin
On Mon May 27, 2024 at 9:13 AM AEST, BALATON Zoltan wrote: > Replace some BAT related constants with defines from mmu-hash32.h Reviewed-by: Nicholas Piggin > > Signed-off-by: BALATON Zoltan > --- > target/ppc/mmu_common.c | 26 +- > 1 file changed, 13 insertions(+), 13

[PATCH 24/43] target/ppc/mmu_common.c: Use defines instead of numeric constants

2024-05-26 Thread BALATON Zoltan
Replace some BAT related constants with defines from mmu-hash32.h Signed-off-by: BALATON Zoltan --- target/ppc/mmu_common.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/target/ppc/mmu_common.c b/target/ppc/mmu_common.c index 110936ca83..aa002bb