Re: [RFC PATCH 4/4] target/ppc: Moved helpers to mmu_helper.c

2021-06-06 Thread David Gibson
On Wed, Jun 02, 2021 at 04:26:04PM -0300, Lucas Mateus Castro (alqotel) wrote: > Moved helpers from target/ppc/mmu-hash64.c to target/ppc/mmu_helpers.c > and removed #ifdef CONFIG_TCG and #include exec/helper-proto.h from > mmu-hash64.c > > Signed-off-by: Lucas Mateus Castro (alqotel) > I'd pref

[RFC PATCH 4/4] target/ppc: Moved helpers to mmu_helper.c

2021-06-02 Thread Lucas Mateus Castro (alqotel)
Moved helpers from target/ppc/mmu-hash64.c to target/ppc/mmu_helpers.c and removed #ifdef CONFIG_TCG and #include exec/helper-proto.h from mmu-hash64.c Signed-off-by: Lucas Mateus Castro (alqotel) --- I had to turn slb_lookup in a non static function as it had calls from the code that was moved t