Re: [PATCH 29/43] target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header

2024-07-04 Thread Nicholas Piggin
On Mon May 27, 2024 at 9:13 AM AEST, BALATON Zoltan wrote: > This function is a simple shared function, move it to other similar > static inline functions in the header. Reviewed-by: Nicholas Piggin > > Signed-off-by: BALATON Zoltan > --- > target/ppc/mmu-hash32.c | 7 --- > target/ppc/mmu

[PATCH 29/43] target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header

2024-05-26 Thread BALATON Zoltan
This function is a simple shared function, move it to other similar static inline functions in the header. Signed-off-by: BALATON Zoltan --- target/ppc/mmu-hash32.c | 7 --- target/ppc/mmu-hash32.h | 6 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/target/ppc/mmu-hash